Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #23 from welcoMattic/patch-1
Browse files Browse the repository at this point in the history
Fix use statement for Controller
  • Loading branch information
tabacitu authored Jun 28, 2016
2 parents 27e5e0c + 9410d58 commit f7ee6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Http/Controllers/Auth/PasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Backpack\Base\app\Http\Controllers\Auth;

use App\Http\Controllers\Controller;
use Backpack\Base\app\Http\Controllers\Controller;
use Illuminate\Foundation\Auth\ResetsPasswords;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
Expand Down

0 comments on commit f7ee6b7

Please sign in to comment.