this this this

This commit is contained in:
Arandi Lopez 2016-07-18 23:18:51 -05:00
parent 995ef66546
commit 93995f072f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class ProfaneServiceProvider extends ServiceProvider
{
public function boot()
{
$this->loadTranslationsFrom(__DIR__.'/lang', 'laravelprofane');
$this->loadTranslationsFrom(__DIR__.'/lang', 'laravel-profane');
$this->publishes([
__DIR__.'/lang' => resource_path('lang/vendor/laravel-profane'),