@@ -11,7 +11,7 @@ discard block |
||
11 | 11 | protected $namespace = 'Modules\Setting\Http\Controllers'; |
12 | 12 | |
13 | 13 | /** |
14 | - * @return string |
|
14 | + * @return boolean |
|
15 | 15 | */ |
16 | 16 | protected function getFrontendRoute() |
17 | 17 | { |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | - * @return string |
|
30 | + * @return boolean |
|
31 | 31 | */ |
32 | 32 | protected function getApiRoute() |
33 | 33 | { |
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Modules\Setting\Repositories\Eloquent; |
2 | 2 | |
3 | -use Illuminate\Support\Facades\Config; |
|
4 | 3 | use Modules\Core\Repositories\Eloquent\EloquentBaseRepository; |
5 | 4 | use Modules\Setting\Events\SettingWasCreated; |
6 | 5 | use Modules\Setting\Events\SettingWasUpdated; |