mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-06-02 16:39:01 +00:00
refactor namespace and update routes for api
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
namespace Laraspace;
|
||||
namespace Crater;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Laraspace\InvoiceItem;
|
||||
use Laraspace\EstimateItem;
|
||||
use Crater\InvoiceItem;
|
||||
use Crater\EstimateItem;
|
||||
use Carbon\Carbon;
|
||||
|
||||
class Item extends Model
|
||||
|
||||
Reference in New Issue
Block a user