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;
|
||||
|
||||
use App\Models\Client;
|
||||
use App\Models\Contact;
|
||||
use App\Models\Account;
|
||||
use Request;
|
||||
use Session;
|
||||
use Language;
|
||||
use App\Models\User;
|
||||
use AccountGateway;
|
||||
use Auth;
|
||||
use Invitation;
|
||||
use Invoice;
|
||||
use InvoiceItem;
|
||||
use AccountGateway;
|
||||
use Language;
|
||||
use Request;
|
||||
use Session;
|
||||
use Utils;
|
||||
|
||||
use App\Models\Client;
|
||||
use App\Models\Contact;
|
||||
use App\Models\Account;
|
||||
use App\Models\User;
|
||||
|
||||
class AccountRepository
|
||||
{
|
||||
public function create()
|
||||
|
Loading…
x
Reference in New Issue
Block a user