@@ -5,8 +5,6 @@ discard block |
||
| 5 | 5 | /* Require */ |
| 6 | 6 | use App\Http\Controllers\Controller; |
| 7 | 7 | use Illuminate\Http\Request; |
| 8 | -use Illuminate\Support\Facades\DB; |
|
| 9 | -use Bantenprov\PassingGrade\Facades\PassingGradeFacade; |
|
| 10 | 8 | |
| 11 | 9 | /* Models */ |
| 12 | 10 | use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\Sekolah; |
@@ -14,8 +12,6 @@ discard block |
||
| 14 | 12 | use App\User; |
| 15 | 13 | |
| 16 | 14 | /* Etc */ |
| 17 | -use Validator; |
|
| 18 | -use Auth; |
|
| 19 | 15 | |
| 20 | 16 | /** |
| 21 | 17 | * The PassingGradeController class. |