Bläddra i källkod

chore(stile): rimuove spazi finali superflui

Co-authored-by: Cursor <cursoragent@cursor.com>
marcofalabretti 2 veckor sedan
förälder
incheckning
94880aaa1b

+ 1
- 1
app/DataTables/CuponDataTable.php Visa fil

@@ -55,7 +55,7 @@ class CuponDataTable extends DataTable
55 55
                 return $da->isSameDay($a)
56 56
                     ? $da->format('d/m/Y')
57 57
                     : $da->format('d/m/Y') . ' - ' . $a->format('d/m/Y');
58
-            })  
58
+            })
59 59
             ->addColumn('stato_display', function ($entity) {
60 60
                 return view('cupon.stato', ['stato' => $entity->stato]);
61 61
             })

+ 1
- 2
app/Http/Middleware/EndpointTokenMiddleware.php Visa fil

@@ -18,7 +18,6 @@ class EndpointTokenMiddleware
18 18
     {
19 19
         $statiConsentiti = [Endpoint::ATTIVO, Endpoint::REGISTRATO];
20 20
 
21
-        
22 21
         $token = $request->header('token-endpoint');
23 22
         if(!$token){
24 23
             Log::error('token-endpoint');
@@ -35,7 +34,7 @@ class EndpointTokenMiddleware
35 34
 
36 35
 
37 36
         if (! in_array($endpoint->status, $statiConsentiti, true)) {
38
-            
37
+
39 38
             Log::warning('Endpoint non attivo', [
40 39
                 'endpoint_id' => $endpoint->id,
41 40
                 'status' => $endpoint->status,

Laddar…
Avbryt
Spara