@@ -34,7 +34,7 @@ discard block |
||
34 | 34 | { |
35 | 35 | $this->setupConfig($this->app); |
36 | 36 | |
37 | - $this->loadMigrationsFrom(__DIR__ . '/database/migrations'); |
|
37 | + $this->loadMigrationsFrom(__DIR__.'/database/migrations'); |
|
38 | 38 | } |
39 | 39 | |
40 | 40 | /** |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | */ |
60 | 60 | private function configPath() |
61 | 61 | { |
62 | - return realpath($raw = __DIR__ . '/../config/swivel.php') ?: $raw; |
|
62 | + return realpath($raw = __DIR__.'/../config/swivel.php') ?: $raw; |
|
63 | 63 | } |
64 | 64 | |
65 | 65 | /** |