Completed
Push — master ( aec46e...b9d3b7 )
by Martin
11:50
created
app/Http/Controllers/StartController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     public function getLogo()
37 37
     {
38 38
         $logo = Setting::where('name', 'logo')->first();
39
-        if( $logo ) {
39
+        if ($logo) {
40 40
             return response()->file(Storage::path($logo->value));
41 41
         } else {
42 42
             return redirect(asset('img/logos/fa-ticket.png'));
Please login to merge, or discard this patch.