mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-05-06 18:15:22 +02:00
13 lines
189 B
PHP
13 lines
189 B
PHP
<?php
|
|
|
|
namespace Infinito\Domain\Action\Execute;
|
|
|
|
use Infinito\Domain\Action\AbstractAction;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
abstract class AbstractExecuteAction extends AbstractAction
|
|
{
|
|
}
|