mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
refactor namespace and update routes for api
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Laraspace\Space;
|
||||
namespace Crater\Space;
|
||||
|
||||
use GuzzleHttp\Client;
|
||||
use GuzzleHttp\Exception\RequestException;
|
||||
use Laraspace\Setting;
|
||||
use Crater\Setting;
|
||||
|
||||
trait SiteApi
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user