Passed
Push — main ( 58e45f...f1a4c8 )
by PRATIK
14:31
created
src/Http/Controllers/Admin/FontAwesomeController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 {
9 9
     public function index()
10 10
     {
11
-        $file_path = public_path() . "/adminetic/assets/js/icon-picker/iconpicker-1.5.0.json";
12
-        $fonts =  file_exists($file_path) ? json_decode(file_get_contents($file_path), true) : null;
11
+        $file_path = public_path()."/adminetic/assets/js/icon-picker/iconpicker-1.5.0.json";
12
+        $fonts = file_exists($file_path) ? json_decode(file_get_contents($file_path), true) : null;
13 13
         return view('adminetic::admin.fontawesome.index', compact('fonts'));
14 14
     }
15 15
 }
Please login to merge, or discard this patch.