mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2026-01-29 17:54:59 +00:00
Optimized SecureCRUDManagement Draft
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\SecureCRUDManagement\CRUD;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
abstract class AbstractSecureCRUD implements SecureCRUDInterface
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user