mirror of
https://github.com/superhelio/commands.git
synced 2026-02-07 06:50:10 +00:00
CS
This commit is contained in:
@@ -5,6 +5,6 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
$this->loadMigrationsFrom(dirname(__DIR__) . '/migrations');
|
||||
$this->loadMigrationsFrom(\dirname(__DIR__) . '/migrations');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user