mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added new structure for subbar
This commit is contained in:
18
application/src/Subscriber/NodeMenuSubscriber.php
Normal file
18
application/src/Subscriber/NodeMenuSubscriber.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
namespace App\Subscriber;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
class NodeMenuSubscriber extends AbstractEntityMenuSubscriber
|
||||
{
|
||||
public static function getSubscribedEvents()
|
||||
{
|
||||
return [
|
||||
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user