|
@@ -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.