💚 Fix PHPCS
This commit is contained in:
@@ -16,7 +16,7 @@ class PublicController extends Controller
|
||||
$this->seo()
|
||||
->setTitle($home->title)
|
||||
->setDescription($home->excerpt())
|
||||
->addImages(array_map(static function($picture) {
|
||||
->addImages(array_map(static function ($picture) {
|
||||
return asset($picture);
|
||||
}, $home->pictures));
|
||||
$this->seo()
|
||||
|
Reference in New Issue
Block a user