Skip to content

Commit 5c46a8a

Browse files
author
Imani Manyara
committed
Bug fixes
1 parent d3dcbbf commit 5c46a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/LaraphoneServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LaraphoneServiceProvider extends ServiceProvider
3838
public function register()
3939
{
4040
$this->loadTranslationsFrom(self::PACKAGE_PATH . "resources/lang/", $this->packageName);
41-
$this->loadMigrationsFrom(self::PACKAGE_PATH.'/../database/migrations');
41+
$this->loadMigrationsFrom(self::PACKAGE_PATH.'database/migrations');
4242
$this->loadViewsFrom(self::PACKAGE_PATH . "resources/views", $this->packageName);
4343
$this->mergeConfigFrom(self::PACKAGE_PATH . "config/config.php", $this->packageName);
4444

0 commit comments

Comments
 (0)