Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…owergrid into main
  • Loading branch information
luanfreitasdev committed Jun 21, 2021
2 parents 7dd9321 + 2c6940e commit 1062980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/PowerGridServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private function loadViews()
{
$this->loadViewsFrom(__DIR__ . '/../../resources/views', 'livewire-powergrid');

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

private function createDirectives()
Expand Down

0 comments on commit 1062980

Please sign in to comment.