Moved the ApiCollectionInterface class

+ Move the ApiCollectionInterface class into a new "Collections/Interfaces/" folder
This commit is contained in:
Benjamin Blake
2020-02-20 13:26:42 -07:00
parent dcd2d8bdf3
commit 5df01f7b54
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
namespace Gitea\Collections;
use Gitea\Collections\ApiCollectionInterface;
use Gitea\Collections\Interfaces\ApiCollectionInterface;
use \Countable;
use \IteratorAggregate;

View File

@ -1,6 +1,6 @@
<?php
namespace Gitea\Collections;
namespace Gitea\Collections\Interfaces;
use Gitea\Api\AbstractApi;