Closed shibomb closed 1 year ago
I commented out the following in my attempt to use the PR36 feature.
'section' => [ 'group' => __('Settings') ]
Then I got the error Target class [translator] does not exist..
Target class [translator] does not exist.
It seems that I cannot use the __() function in filament-authentication.php. How can I solve this?
I commented out the following in my attempt to use the PR36 feature.
Then I got the error
Target class [translator] does not exist.
.It seems that I cannot use the __() function in filament-authentication.php. How can I solve this?