💚 Fix PHPCS
This commit is contained in:
parent
5442bf19b0
commit
e4ed8ec9f2
@ -24,8 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
||||
*/
|
||||
public function boot()
|
||||
{
|
||||
Str::macro('currency', static function ($price)
|
||||
{
|
||||
Str::macro('currency', static function ($price) {
|
||||
return sprintf('%s €', number_format($price, 0, ',', ' '));
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user