mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-07 12:48:14 +00:00
Renamed domain RequestManagement to Request
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Infinito\Attribut;
|
||||
|
||||
use Infinito\Domain\RequestManagement\Entity\RequestedEntityInterface;
|
||||
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Infinito\Attribut;
|
||||
|
||||
use Infinito\Domain\RequestManagement\Entity\RequestedEntityInterface;
|
||||
use Infinito\Domain\Request\Entity\RequestedEntityInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Infinito\Attribut;
|
||||
|
||||
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
|
||||
use Infinito\Domain\Request\Right\RequestedRightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Infinito\Attribut;
|
||||
|
||||
use Infinito\Domain\RequestManagement\Right\RequestedRightInterface;
|
||||
use Infinito\Domain\Request\Right\RequestedRightInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
||||
Reference in New Issue
Block a user