mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-11-02 21:12:30 +01:00
Corrected namespaces + Chnaged tab size to 4
+ Went through all the Model classes and updated their namespaces to match their parent folder name + Changed tab sizes to 4 spaces instead of 2 (in all php files)
This commit is contained in:
@ -5,7 +5,7 @@ namespace Gitea\Api;
|
||||
use GuzzleHttp\Psr7\Response;
|
||||
|
||||
use Gitea\Client;
|
||||
use Gitea\Models\Organization;
|
||||
use Gitea\Model\Organization;
|
||||
|
||||
use Gitea\Api\Abstracts\AbstractApi;
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ use GuzzleHttp\Exception\ServerException;
|
||||
|
||||
use Gitea\Client;
|
||||
use Gitea\Collections\ApiItemCollection;
|
||||
use Gitea\Models\Repository;
|
||||
use Gitea\Model\Repository;
|
||||
|
||||
use Gitea\Api\Abstracts\AbstractAllApi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user