Completed
Pull Request — master (#8)
by Jarek
05:19
created
src/MigrationCreator.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,6 @@
 block discarded – undo
7 7
     /**
8 8
      * Get the migration stub file.
9 9
      *
10
-     * @param  string  $table
11
-     * @param  bool    $create
12 10
      * @return string
13 11
      */
14 12
     protected function getStub($t, $c)
Please login to merge, or discard this patch.
src/SlugThemAll.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\Sluggable;
4 4
 
5
-use Throwable;
6 5
 use Illuminate\Console\Command;
7
-use Illuminate\Support\Composer;
8 6
 use Illuminate\Database\Eloquent\Model;
9 7
 use Illuminate\Database\Migrations\Migrator;
8
+use Illuminate\Support\Composer;
9
+use Throwable;
10 10
 
11 11
 class SlugThemAll extends Command
12 12
 {
Please login to merge, or discard this patch.