mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-04-16 02:06:23 +02:00
11 lines
156 B
PHP
11 lines
156 B
PHP
<?php
|
|
|
|
namespace App\Domain\SecureCRUDManagement\CRUD;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
abstract class AbstractSecureCRUD implements SecureCRUDInterface
|
|
{
|
|
}
|