mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-10 08:56:11 +01:00
9 lines
143 B
PHP
9 lines
143 B
PHP
<?php
|
|
|
|
namespace Wrm\Events\Domain\Repository;
|
|
|
|
use TYPO3\CMS\Extbase\Persistence\Repository;
|
|
|
|
class LocationRepository extends Repository
|
|
{
|
|
}
|