Fix Namespacing
This commit is contained in:
parent
6ae6a29117
commit
54a126a0d0
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
<?php namespace App\Http\Controllers;
|
||||
|
||||
use Auth;
|
||||
use Utils;
|
||||
|
||||
use App\Ninja\Mailers\ContactMailer as Mailer;
|
||||
use App\Ninja\Repositories\InvoiceRepository;
|
||||
use App\Ninja\Repositories\ClientRepository;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue