mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-16 23:26:04 +02:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\SecureManagement;
|
||||
namespace Infinito\Domain\SecureManagement;
|
||||
|
||||
use App\Domain\RequestManagement\Right\RequestedRightInterface;
|
||||
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use App\Domain\RightManagement\RightTransformerServiceInterface;
|
||||
use Infinito\Domain\RightManagement\RightTransformerServiceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
@@ -27,7 +27,7 @@ final class SecureRequestedRightCheckerService implements SecureRequestedRightCh
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \App\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface::check()
|
||||
* @see \Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface::check()
|
||||
*/
|
||||
public function check(RequestedRightInterface $requestedRight): bool
|
||||
{
|
||||
|
Reference in New Issue
Block a user