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