Merge branch 'main' into features/ouestfrance/11
This commit is contained in:
commit
1a1294ce22
@ -16,7 +16,7 @@ class PublicController extends Controller
|
|||||||
$this->seo()
|
$this->seo()
|
||||||
->setTitle($home->title)
|
->setTitle($home->title)
|
||||||
->setDescription($home->excerpt())
|
->setDescription($home->excerpt())
|
||||||
->addImages(array_map(static function($picture) {
|
->addImages(array_map(static function ($picture) {
|
||||||
return asset($picture);
|
return asset($picture);
|
||||||
}, $home->pictures));
|
}, $home->pictures));
|
||||||
$this->seo()
|
$this->seo()
|
||||||
|
@ -24,8 +24,7 @@ class AppServiceProvider extends ServiceProvider
|
|||||||
*/
|
*/
|
||||||
public function boot()
|
public function boot()
|
||||||
{
|
{
|
||||||
Str::macro('currency', static function ($price)
|
Str::macro('currency', static function ($price) {
|
||||||
{
|
|
||||||
return sprintf('%s €', number_format($price, 0, ',', ' '));
|
return sprintf('%s €', number_format($price, 0, ',', ' '));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user