fixed typo

This commit is contained in:
Glenn Hermans 2020-10-05 10:55:57 +02:00 committed by GitHub
parent 457767b373
commit a270fe8714
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}