mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 11:02:30 +01:00
Moved the ApiCollectionInterface class
+ Move the ApiCollectionInterface class into a new "Collections/Interfaces/" folder
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Gitea\Collections;
|
||||
|
||||
use Gitea\Collections\ApiCollectionInterface;
|
||||
use Gitea\Collections\Interfaces\ApiCollectionInterface;
|
||||
|
||||
use \Countable;
|
||||
use \IteratorAggregate;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Gitea\Collections;
|
||||
namespace Gitea\Collections\Interfaces;
|
||||
|
||||
use Gitea\Api\AbstractApi;
|
||||
|
||||
Reference in New Issue
Block a user