Skip to content

Commit

Permalink
Fix FAQ model moved to Package @cagcak
Browse files Browse the repository at this point in the history
  • Loading branch information
bpocallaghan committed Nov 28, 2017
1 parent 9854c5d commit 1f490d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Website/Account/AccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace App\Http\Controllers\Website\Account;

use App\Models\FAQ;
use App\Http\Requests;
use Illuminate\Http\Request;
use Bpocallaghan\FAQ\Models\FAQ;
use App\Http\Controllers\Website\WebsiteController;

class AccountController extends WebsiteController
Expand Down

0 comments on commit 1f490d6

Please sign in to comment.