mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Change namespace
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace Crater\Http\Requests;
|
||||
namespace InvoiceShelf\Http\Requests;
|
||||
|
||||
use Crater\Models\Item;
|
||||
use Crater\Rules\RelationNotExist;
|
||||
use InvoiceShelf\Models\Item;
|
||||
use InvoiceShelf\Rules\RelationNotExist;
|
||||
use Illuminate\Foundation\Http\FormRequest;
|
||||
use Illuminate\Validation\Rule;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user