We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0189625 commit abe9a80Copy full SHA for abe9a80
src/Providers/PolymorphicEavServiceProvider.php
@@ -11,14 +11,14 @@ class PolymorphicEavServiceProvider extends ServiceProvider
11
*/
12
public function boot()
13
{
14
- $this->loadMigrationsFrom(__DIR__ . '/../database/migrations');
+ $this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
15
}
16
17
/**
18
* Register the application services.
19
20
public function register()
21
22
- $this->mergeConfigFrom(__DIR__ . '/../config/config.php', 'laravel-polymorphic-eav');
+ $this->mergeConfigFrom(__DIR__ . '/../../config/config.php', 'laravel-polymorphic-eav');
23
24
0 commit comments