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