mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Very Minor Cleanup
This commit is contained in:
parent
7718d8b8cb
commit
ccf547c54d
@ -1,19 +1,20 @@
|
|||||||
<?php namespace Ninja\Repositories;
|
<?php namespace Ninja\Repositories;
|
||||||
|
|
||||||
use App\Models\Client;
|
use AccountGateway;
|
||||||
use App\Models\Contact;
|
|
||||||
use App\Models\Account;
|
|
||||||
use Request;
|
|
||||||
use Session;
|
|
||||||
use Language;
|
|
||||||
use App\Models\User;
|
|
||||||
use Auth;
|
use Auth;
|
||||||
use Invitation;
|
use Invitation;
|
||||||
use Invoice;
|
use Invoice;
|
||||||
use InvoiceItem;
|
use InvoiceItem;
|
||||||
use AccountGateway;
|
use Language;
|
||||||
|
use Request;
|
||||||
|
use Session;
|
||||||
use Utils;
|
use Utils;
|
||||||
|
|
||||||
|
use App\Models\Client;
|
||||||
|
use App\Models\Contact;
|
||||||
|
use App\Models\Account;
|
||||||
|
use App\Models\User;
|
||||||
|
|
||||||
class AccountRepository
|
class AccountRepository
|
||||||
{
|
{
|
||||||
public function create()
|
public function create()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user