mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-06-25 14:25:31 +02:00
11 lines
146 B
PHP
11 lines
146 B
PHP
<?php
|
|
|
|
namespace Infinito\Domain\DataAccess;
|
|
|
|
/**
|
|
* @author kevinfrantz
|
|
*/
|
|
abstract class AbstractActionsDAO implements ActionsDAOInterface
|
|
{
|
|
}
|