File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
use Illuminate \Contracts \Filesystem \FileNotFoundException ;
9
9
use Illuminate \Database \Console \Migrations \BaseCommand ;
10
10
use McMatters \LaravelDbCommands \Console \Commands \Traits \MigrateTrait ;
11
- use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
11
+ use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
12
12
use RuntimeException ;
13
13
use const false ;
14
14
use function count , strpos ;
Original file line number Diff line number Diff line change 7
7
use Illuminate \Contracts \Filesystem \FileNotFoundException ;
8
8
use Illuminate \Database \Console \Migrations \MigrateCommand ;
9
9
use McMatters \LaravelDbCommands \Console \Commands \Traits \MigrateTrait ;
10
- use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
10
+ use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
11
11
use RuntimeException ;
12
12
13
13
/**
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types = 1 );
4
4
5
- namespace McMatters \LaravelDbCommands \Extensions \Database ;
5
+ namespace McMatters \LaravelDbCommands \Extentions \Database ;
6
6
7
7
use Illuminate \Database \Migrations \Migrator as BaseMigrator ;
8
8
use const PATHINFO_FILENAME ;
11
11
/**
12
12
* Class Migrator
13
13
*
14
- * @package McMatters\LaravelDbCommands\Extensions \Database
14
+ * @package McMatters\LaravelDbCommands\Extentions \Database
15
15
*/
16
16
class Migrator extends BaseMigrator
17
17
{
Original file line number Diff line number Diff line change 8
8
use McMatters \LaravelDbCommands \Console \Commands \DropTables ;
9
9
use McMatters \LaravelDbCommands \Console \Commands \MigrateDropSingle ;
10
10
use McMatters \LaravelDbCommands \Console \Commands \MigrateSingle ;
11
- use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
11
+ use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
12
12
13
13
/**
14
14
* Class ServiceProvider
You can’t perform that action at this time.
0 commit comments