Skip to content

Commit

Permalink
final test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 2, 2019
1 parent 4bb454d commit deb21da
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
/.idea
/.vscode
/build
/vendor
composer.phar
composer.lock
.DS_Store
.DS_Store
.phpunit.result.cache
5 changes: 1 addition & 4 deletions src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ public function boot()
{
$this->publishes([
__DIR__ . '/Config/menu.php' => config_path('menu.php'),
], 'menu');

$this->publishes([
__DIR__ . '/Resources/views' => base_path('resources/views/vendor/akaunting/menu'),
], 'views');
], 'menu');

$this->app->singleton('menu', function ($app) {
return new Menu($app['view'], $app['config']);
Expand Down

0 comments on commit deb21da

Please sign in to comment.