initial commit
This commit is contained in:
21
Classes/Domain/Traits/InjectObjectManagerTrait.php
Normal file
21
Classes/Domain/Traits/InjectObjectManagerTrait.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* declare(strict_types=1);
|
||||
|
||||
namespace A2G\A2gMaps\Domain\Traits;
|
||||
|
||||
use TYPO3\CMS\Extbase\Object\ObjectManager;
|
||||
|
||||
/**
|
||||
* Description of InjectObjectManagerTrait
|
||||
*
|
||||
* @author Raphael Martin
|
||||
*/
|
Reference in New Issue
Block a user