diff --git a/src/Console/Commands/CustomMigrateCommand.php b/src/Console/Commands/CustomMigrateCommand.php index 4e85afd..27d6279 100644 --- a/src/Console/Commands/CustomMigrateCommand.php +++ b/src/Console/Commands/CustomMigrateCommand.php @@ -1,6 +1,6 @@ commands([ - \Sayeed\CustomMigrate\Commands\CustomMigrateCommand::class, + \Sayeed\CustomMigrate\Console\Commands\CustomMigrateCommand::class, ]); } }