@@ -31,11 +31,11 @@ |
||
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | - * Determine whether the user can create models. |
|
| 35 | - * |
|
| 36 | - * @param \App\Models\User $user |
|
| 37 | - * @return mixed |
|
| 38 | - */ |
|
| 34 | + * Determine whether the user can create models. |
|
| 35 | + * |
|
| 36 | + * @param \App\Models\User $user |
|
| 37 | + * @return mixed |
|
| 38 | + */ |
|
| 39 | 39 | public function create(User $user) |
| 40 | 40 | { |
| 41 | 41 | return false; |
@@ -36,11 +36,11 @@ |
||
| 36 | 36 | 'route' => route('customers.index'), |
| 37 | 37 | 'icon' => 'fas fa-user-tie', |
| 38 | 38 | ], |
| 39 | - // [ |
|
| 40 | - // 'name' => 'Tech Tips', |
|
| 41 | - // 'route' => '#', |
|
| 42 | - // 'icon' => 'fas fa-tools', |
|
| 43 | - // ], |
|
| 39 | + // [ |
|
| 40 | + // 'name' => 'Tech Tips', |
|
| 41 | + // 'route' => '#', |
|
| 42 | + // 'icon' => 'fas fa-tools', |
|
| 43 | + // ], |
|
| 44 | 44 | ]; |
| 45 | 45 | } |
| 46 | 46 | |