fixed typo
This commit is contained in:
parent
457767b373
commit
a270fe8714
|
|
@ -86,7 +86,7 @@ class VelocityServiceProvider extends ServiceProvider
|
|||
__DIR__ . '/../Resources/views/shop' => resource_path('themes/velocity/views'),
|
||||
]);
|
||||
|
||||
this->publishes([__DIR__.'/../Resources/lang' => resource_path('lang/vendor/velocity')]);
|
||||
$this->publishes([__DIR__.'/../Resources/lang' => resource_path('lang/vendor/velocity')]);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue