Skip to content

Commit 7036ec8

Browse files
[9.x] Stop loading views from resources/views (#771)
1 parent 0fb7ea5 commit 7036ec8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public function boot()
4949
{
5050
parent::boot();
5151

52-
$this->loadViewsFrom(__DIR__.'/../resources/views', 'runway');
5352
$this->mergeConfigFrom(__DIR__.'/../config/runway.php', 'runway');
5453

5554
if (! config('runway.disable_migrations')) {

0 commit comments

Comments
 (0)