Skip to content

Commit

Permalink
Update service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
sohelamin committed Mar 4, 2020
1 parent 3811da3 commit c4913e0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/CrudGeneratorServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ public function boot()
__DIR__ . '/../publish/views/' => base_path('resources/views/'),
]);

if (\App::VERSION() <= '5.2') {
$this->publishes([
__DIR__ . '/../publish/css/app.css' => public_path('css/app.css'),
]);
}

$this->publishes([
__DIR__ . '/stubs/' => base_path('resources/crud-generator/'),
]);
Expand Down

0 comments on commit c4913e0

Please sign in to comment.