Completed
Branch master (b7c40e)
by Provinsi
08:06
created
src/DDPegawaiServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     /**
58 58
      * Get the services provided by the provider.
59 59
      *
60
-     * @return array
60
+     * @return string[]
61 61
      */
62 62
     public function provides()
63 63
     {
Please login to merge, or discard this patch.
src/Http/Controllers/DDPegawaiController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php namespace Bantenprov\DDPegawai\Http\Controllers;
2 2
 
3 3
 use App\Http\Controllers\Controller;
4
-use Illuminate\Http\Request;
5 4
 use Bantenprov\DDPegawai\Facades\DDPegawai;
6
-use Bantenprov\DDPegawai\Models\DDPegawaiModel;
7 5
 
8 6
 /**
9 7
  * The DDPegawaiController class.
Please login to merge, or discard this patch.