mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00: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