Laravel-JS-Localization icon indicating copy to clipboard operation
Laravel-JS-Localization copied to clipboard

LaravelJsLocalizationServiceProvider.php : Fix logical error

Open mahdirezaei-dev opened this issue 1 year ago • 2 comments

When the Laravel version is 9 or higher. The second condition will be true and the third does not run at all. The order of the conditions had to be changed.

mahdirezaei-dev avatar Apr 22 '24 08:04 mahdirezaei-dev

@rmariuzzo Could you please merge this branch, so we don't have to specify the source each time?

danielmcguinness avatar Apr 22 '24 09:04 danielmcguinness

I am also waiting on this functionality to be merged ASAP. Using my own fork for now, until this gets merged and released.

chrispappas avatar Sep 25 '24 19:09 chrispappas