Completed
Pull Request — master (#4)
by
unknown
01:13
created
src/Http/Controllers/PassingGradeController.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@  discard block
 block discarded – undo
5 5
 /* Require */
6 6
 use App\Http\Controllers\Controller;
7 7
 use Illuminate\Http\Request;
8
-use Bantenprov\PassingGrade\Facades\PassingGradeFacade;
9 8
 
10 9
 /* Models */
11 10
 use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\Sekolah;
@@ -13,8 +12,6 @@  discard block
 block discarded – undo
13 12
 use App\User;
14 13
 
15 14
 /* Etc */
16
-use Validator;
17
-use Auth;
18 15
 
19 16
 /**
20 17
  * The PassingGradeController class.
Please login to merge, or discard this patch.