Skip to content

Commit

Permalink
piblishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 14, 2015
1 parent 4af7667 commit 1f1176e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Providers/CoreServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ public function boot()
__DIR__ . '/../resources/views' => base_path('resources/views/vendor/core'),
__DIR__ . '/../resources/views/errors' => base_path('resources/views/errors'),
], 'views');
$this->publishes([
__DIR__ . '/../../tests' => base_path('tests'),
], 'tests');

// translations
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'core');
Expand Down

0 comments on commit 1f1176e

Please # to comment.