a2g_maps/Classes/Domain/Model/SysFileReference.php
2023-12-04 16:36:56 +01:00

19 lines
438 B
PHP
Executable File

<?php
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/PHPClass.php to edit this template
*/
namespace A2G\A2gMaps\Domain\Model;
use TYPO3\CMS\Extbase\Domain\Model\FileReference;
/**
* Description of SysFileReference
*
* @author raphael
*/
class SysFileReference extends FileReference {
//put your code here
}