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 88use Illuminate \Contracts \Filesystem \FileNotFoundException ;
99use Illuminate \Database \Console \Migrations \BaseCommand ;
1010use McMatters \LaravelDbCommands \Console \Commands \Traits \MigrateTrait ;
11- use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
11+ use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
1212use RuntimeException ;
1313use const false ;
1414use function count , strpos ;
Original file line number Diff line number Diff line change 77use Illuminate \Contracts \Filesystem \FileNotFoundException ;
88use Illuminate \Database \Console \Migrations \MigrateCommand ;
99use McMatters \LaravelDbCommands \Console \Commands \Traits \MigrateTrait ;
10- use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
10+ use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
1111use RuntimeException ;
1212
1313/**
Original file line number Diff line number Diff line change 22
33declare (strict_types = 1 );
44
5- namespace McMatters \LaravelDbCommands \Extentions \Database ;
5+ namespace McMatters \LaravelDbCommands \Extensions \Database ;
66
77use Illuminate \Database \Migrations \Migrator as BaseMigrator ;
88use const PATHINFO_FILENAME ;
1111/**
1212 * Class Migrator
1313 *
14- * @package McMatters\LaravelDbCommands\Extentions \Database
14+ * @package McMatters\LaravelDbCommands\Extensions \Database
1515 */
1616class Migrator extends BaseMigrator
1717{
Original file line number Diff line number Diff line change 88use McMatters \LaravelDbCommands \Console \Commands \DropTables ;
99use McMatters \LaravelDbCommands \Console \Commands \MigrateDropSingle ;
1010use McMatters \LaravelDbCommands \Console \Commands \MigrateSingle ;
11- use McMatters \LaravelDbCommands \Extentions \Database \Migrator ;
11+ use McMatters \LaravelDbCommands \Extensions \Database \Migrator ;
1212
1313/**
1414 * Class ServiceProvider
You can’t perform that action at this time.
0 commit comments