Skip to content

Commit e356580

Browse files
Remove views load
2 parents 6303351 + 42990f9 commit e356580

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/ServiceProvider.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ public function registerConfig() : self
3939

4040
public function bootPublishables() : self
4141
{
42-
$this->loadViewsFrom(__DIR__.'/../resources/views', 'justbetter-postcodenl');
43-
44-
$this->publishes([
45-
__DIR__.'/../resources/views' => resource_path('views/vendor/justbetter-postcodenl'),
46-
], 'views');
47-
4842
$this->publishes([
4943
__DIR__.'/../config/justbetter-postcodenl.php' => config_path('justbetter-postcodenl.php'),
5044
], 'config');

0 commit comments

Comments
 (0)