@@ -75,6 +75,10 @@ |
||
75 | 75 | printf($this->ORANGE.$text.$this->NC); |
76 | 76 | } |
77 | 77 | /* text color: green */ |
78 | + |
|
79 | + /** |
|
80 | + * @param string $text |
|
81 | + */ |
|
78 | 82 | protected function greenText($text) |
79 | 83 | { |
80 | 84 | printf($this->GRN.$text.$this->NC); |
@@ -3,10 +3,8 @@ |
||
3 | 3 | /* Require */ |
4 | 4 | use App\Http\Controllers\Controller; |
5 | 5 | use Illuminate\Http\Request; |
6 | -use Bantenprov\Siswa\Facades\SiswaFacade; |
|
7 | 6 | /* Models */ |
8 | 7 | use Bantenprov\Siswa\Models\Bantenprov\Siswa\Siswa; |
9 | -use Bantenprov\Pendaftaran\Models\Bantenprov\Pendaftaran\Pendaftaran; |
|
10 | 8 | use Bantenprov\Sekolah\Models\Bantenprov\Sekolah\Sekolah; |
11 | 9 | use App\User; |
12 | 10 | //use Laravolt\Indonesia\Facade\Indonesia; |