Skip to content

Commit

Permalink
view publishing removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Oct 3, 2018
1 parent 33bdf72 commit d6bfb19
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Providers/ModuleProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ public function boot()
$this->loadViewsFrom(__DIR__.'/../resources/views/', 'objects');
$this->loadMigrationsFrom(__DIR__.'/../database/migrations');

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/objects'),
], 'views');

AliasLoader::getInstance()->alias('Objects', Objects::class);

// Observers
Expand Down

0 comments on commit d6bfb19

Please sign in to comment.