@@ -12,7 +12,7 @@ |
||
12 | 12 | * to preform actions like (add, edit ... etc). |
13 | 13 | * @var string |
14 | 14 | */ |
15 | - protected $model = 'reports'; |
|
15 | + protected $model = 'reports'; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * List of all route actions that the base api controller |
@@ -15,6 +15,6 @@ |
||
15 | 15 | |
16 | 16 | $apiVersion = \Request::header('api-version') ?: 1; |
17 | 17 | Route::controllers([ |
18 | - 'notifications' => 'V' . $apiVersion . '\NotificationsController', |
|
18 | + 'notifications' => 'V'.$apiVersion.'\NotificationsController', |
|
19 | 19 | ]); |
20 | 20 | }); |
21 | 21 | \ No newline at end of file |
@@ -12,7 +12,7 @@ |
||
12 | 12 | * to preform actions like (add, edit ... etc). |
13 | 13 | * @var string |
14 | 14 | */ |
15 | - protected $model = 'notifications'; |
|
15 | + protected $model = 'notifications'; |
|
16 | 16 | |
17 | 17 | /** |
18 | 18 | * Set the notification notified to true. |