We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -1,6 +1,5 @@ |
||
1 | 1 | <?php namespace Backpack\TranslationManager\app\Http\Requests; |
2 | 2 | |
3 | -use App\Http\Requests\Request; |
|
4 | 3 | use Backpack\CRUD\app\Http\Requests\CrudRequest as CrudRequest; |
5 | 4 | |
6 | 5 | class LanguageRequest extends CrudRequest { |
@@ -2,9 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Backpack\LangFileManager\app\Http\Controllers; |
4 | 4 | |
5 | -use App\Http\Requests; |
|
6 | 5 | use Backpack\CRUD\app\Http\Controllers\CrudController; |
7 | -use Backpack\LangFileManager\app\Http\Requests\LanguageRequest as StoreRequest; |
|
8 | 6 | use Backpack\LangFileManager\app\Http\Requests\LanguageRequest as UpdateRequest; |
9 | 7 | use Backpack\LangFileManager\app\Models\Language; |
10 | 8 | // VALIDATION: change the requests to match your own file names if you need form validation |