Translations are not loaded
forxer opened this issue · 1 comments
forxer commented
forxer commented
@rappasoft ok found the issue : you should add hasTranslations()
method in the service provider:
public function configurePackage(Package $package): void
{
$package
->name('laravel-authentication-log')
->hasConfigFile()
->hasTranslations()
//...