Typo fixes, composer.lock and removal of dead code. Ready for v1.1.1.

This commit is contained in:
Ismo Vuorinen
2017-08-27 19:48:06 +03:00
parent cf7d4d37de
commit 4f51fd8c51
8 changed files with 3309 additions and 25 deletions

View File

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