Compare commits
2 commits
d66648f972
...
eb4da01ab7
Author | SHA1 | Date | |
---|---|---|---|
eb4da01ab7 | |||
f54dded1e0 |
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ class SettingsService implements ServiceInterface
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected array $items = array();
|
||||
protected array $items = [];
|
||||
|
||||
public function getItems(string $forPath = null): \Iterator
|
||||
{
|
||||
|
|
|
@ -12,9 +12,9 @@ namespace DigiComp\Menu;
|
|||
* source code.
|
||||
*/
|
||||
|
||||
use Neos\Flow\Configuration\ConfigurationManager;
|
||||
use Neos\Flow\Core\Bootstrap;
|
||||
use Neos\Flow\Package\Package as BasePackage;
|
||||
use Neos\Flow\Configuration\ConfigurationManager;
|
||||
|
||||
/**
|
||||
* Package base class of the DigiComp.Menu package.
|
||||
|
|
Loading…
Add table
Reference in a new issue