mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-15 09:52:55 -05:00
refactor namespace and update routes for api
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
namespace Laraspace;
|
||||
namespace Crater;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Laraspace\Invoice;
|
||||
use Crater\Invoice;
|
||||
|
||||
class InvoiceTemplate extends Model
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user