Skip to content

Commit

Permalink
Merge 97faab9 into 68ad65e
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Jun 25, 2020
2 parents 68ad65e + 97faab9 commit 223f17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -4,6 +4,8 @@

use Doctrine\ORM\EntityRepository;
use Kunstmaan\DashboardBundle\Entity\AnalyticsConfig;
use Kunstmaan\DashboardBundle\Entity\AnalyticsOverview;
use Kunstmaan\DashboardBundle\Entity\AnalyticsSegment;

/**
* AnalyticsSegmentRepository
Expand Down
1 change: 1 addition & 0 deletions src/Kunstmaan/NodeBundle/Helper/Menu/PageMenuAdaptor.php
Expand Up @@ -10,6 +10,7 @@
use Kunstmaan\AdminBundle\Helper\Menu\TopMenuItem;
use Kunstmaan\AdminBundle\Helper\Security\Acl\AclNativeHelper;
use Kunstmaan\AdminBundle\Helper\Security\Acl\Permission\PermissionMap;
use Kunstmaan\NodeBundle\Entity\Node;
use Kunstmaan\NodeBundle\Helper\NodeMenuItem;
use Kunstmaan\NodeBundle\Helper\PagesConfiguration;
use Symfony\Component\HttpFoundation\Request;
Expand Down

0 comments on commit 223f17a

Please sign in to comment.