Implemented ActionTypeAttribut

This commit is contained in:
Kevin Frantz
2019-01-19 23:15:58 +01:00
parent 4b86acb372
commit 7e9916b27b
4 changed files with 108 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ use App\Exception\NoValidChoiceException;
use App\DBAL\Types\Meta\Right\CRUDType;
/**
* @todo Implement a trait for crud which substitute this one.
*
* @author kevinfrantz
*/
trait CrudAttribut