This commit is contained in:
Ismo Vuorinen
2017-11-22 11:56:49 +02:00
parent 5d3aab30c0
commit 9ca5301b77
3 changed files with 9 additions and 7 deletions

View File

@@ -5,6 +5,6 @@ class ServiceProvider extends \Illuminate\Support\ServiceProvider
{
public function boot()
{
$this->loadMigrationsFrom(dirname(__DIR__) . '/migrations');
$this->loadMigrationsFrom(\dirname(__DIR__) . '/migrations');
}
}