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.
resources/views
1 parent 0fb7ea5 commit 7036ec8Copy full SHA for 7036ec8
1 file changed
src/ServiceProvider.php
@@ -49,7 +49,6 @@ public function boot()
49
{
50
parent::boot();
51
52
- $this->loadViewsFrom(__DIR__.'/../resources/views', 'runway');
53
$this->mergeConfigFrom(__DIR__.'/../config/runway.php', 'runway');
54
55
if (! config('runway.disable_migrations')) {
0 commit comments