Skip to content

Commit efa355c

Browse files
author
Tee
committed
fix helper
1 parent 2861bfc commit efa355c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConsoleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function register()
5252
);
5353

5454
$this->publishes([
55-
__DIR__.'/../resources/views' => resource_path('views/vendor/console'),
55+
__DIR__.'/../resources/views' => base_path('resources/views/vendor/console'),
5656
], 'view');
5757

5858
if (! $this->app->routesAreCached()) {

0 commit comments

Comments
 (0)