Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
Ajustes no ServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
jeidison committed Mar 29, 2018
1 parent 628d93e commit 33cb81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NamedQueryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class NamedQueryServiceProvider extends ServiceProvider
public function boot()
{
$this->publishes([
__DIR__ . '/../databaseNamedQuery/named-querys.xml' => database_path('named-query/named-query.xml'),
__DIR__ . '/../database/named-querys.xml' => database_path('named-query/named-query.xml'),
], 'NamedQuery');
}

Expand Down

0 comments on commit 33cb81c

Please sign in to comment.