mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-17 06:12:52 +00:00
Implemented draft for ActionManagement
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\ActionManagement\Create;
|
||||
|
||||
use App\Domain\ActionManagement\AbstractAction;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
*/
|
||||
abstract class AbstractCreateAction extends AbstractAction
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user