mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 05:47:11 +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
|
|
{
|
|
}
|