@@ -41,7 +41,7 @@ discard block |
||
41 | 41 | ); |
42 | 42 | // Instatiate a new DbMigrations class to send to the handler |
43 | 43 | $this->migrator = $migrator; |
44 | - // Load the alias |
|
44 | + // Load the alias |
|
45 | 45 | $this->loadAlias(); |
46 | 46 | |
47 | 47 | |
@@ -53,7 +53,7 @@ discard block |
||
53 | 53 | $this->app->register(DbMigrationsServiceProvider::class); |
54 | 54 | // Register the base export handler class |
55 | 55 | $this->registerDbExportHandler(); |
56 | - // Handle the artisan commands |
|
56 | + // Handle the artisan commands |
|
57 | 57 | $this->registerCommands(); |
58 | 58 | } |
59 | 59 | |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | // when the Artisan application actually starts up and is getting used. |
78 | 78 | $this->commands('db-exporter.migrations', 'db-exporter.seeds', 'db-exporter.backup'); |
79 | 79 | |
80 | - } |
|
80 | + } |
|
81 | 81 | |
82 | 82 | /** |
83 | 83 | * Register the migrations command |