Skip to content

Commit

Permalink
Fix coding standard for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Sep 17, 2023
1 parent 099fba2 commit c077daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ protected function setupAssets()
// Setup assets after extensions are loaded
$assetManager = AssetManager::getInstance();
$version = $this->container->get('version');
HookManager::addAction('head', function() use ($version) {
HookManager::addAction('head', function () use ($version) {
echo sprintf('<meta name="generator" content="Puleeno CMS %s" />', $version) . PHP_EOL;
}, 0);

Expand Down

0 comments on commit c077daa

Please sign in to comment.