@@ -34,9 +34,9 @@ discard block |
||
34 | 34 | ); |
35 | 35 | // Instatiate a new DbMigrations class to send to the handler |
36 | 36 | $this->migrator = $migrator; |
37 | - // Load the alias |
|
37 | + // Load the alias |
|
38 | 38 | $this->loadAlias(); |
39 | - // Handle the artisan commands |
|
39 | + // Handle the artisan commands |
|
40 | 40 | $this->registerCommands(); |
41 | 41 | |
42 | 42 | |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | $this->registerMigrationsCommand(); |
63 | 63 | $this->registerSeedsCommand(); |
64 | 64 | $this->registerRemoteCommand(); |
65 | - } |
|
65 | + } |
|
66 | 66 | |
67 | 67 | /** |
68 | 68 | * Register the migrations command |
@@ -22,8 +22,8 @@ |
||
22 | 22 | public function boot() |
23 | 23 | { |
24 | 24 | |
25 | - $loader = AliasLoader::getInstance(); |
|
26 | - $loader->alias('DbMigrations', 'Facades\DbMigrations'); |
|
25 | + $loader = AliasLoader::getInstance(); |
|
26 | + $loader->alias('DbMigrations', 'Facades\DbMigrations'); |
|
27 | 27 | |
28 | 28 | |
29 | 29 | } |