Skip to content

Commit

Permalink
Make the REST Object Manager interface independent from TYPO3
Browse files Browse the repository at this point in the history
  • Loading branch information
cundd committed Nov 20, 2018
1 parent 25fc196 commit 926b94f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Classes/ObjectManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
namespace Cundd\Rest;

use Cundd\Rest\Handler\HandlerInterface;
use TYPO3\CMS\Extbase\Object\ObjectManagerInterface as TYPO3ObjectManagerInterface;

/**
* Interface for the specialized Object Manager
*/
interface ObjectManagerInterface extends TYPO3ObjectManagerInterface
interface ObjectManagerInterface
{
/**
* Returns the configuration provider
Expand Down

0 comments on commit 926b94f

Please sign in to comment.