mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-11-02 04:52:30 +01:00
Refactored and reorganized
+ Created new a new interface and abstract class for Api classes that support the all() method + Refactored the Repositories Api class + Moved the abstract classes into an "Abstracts" folder + Moved Api Interfaces into an "Interfaces" folder + Corrected namespaces
This commit is contained in:
@ -7,7 +7,7 @@ use GuzzleHttp\Psr7\Response;
|
||||
use Gitea\Client;
|
||||
use Gitea\Models\Organization;
|
||||
|
||||
use Gitea\Api\AbstractApi;
|
||||
use Gitea\Api\Abstracts\AbstractApi;
|
||||
|
||||
class Organizations extends AbstractApi
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user