Skip to content

Commit

Permalink
Moving use Authentication contract to the User module
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Jul 2, 2016
1 parent cd66784 commit 7047266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Http/Controllers/Admin/DashboardController.php
Expand Up @@ -4,9 +4,9 @@

use Illuminate\Http\Request;
use Illuminate\Support\Facades\Response;
use Modules\Core\Contracts\Authentication;
use Modules\Core\Http\Controllers\Admin\AdminBaseController;
use Modules\Dashboard\Repositories\WidgetRepository;
use Modules\User\Contracts\Authentication;
use Nwidart\Modules\Repository;

class DashboardController extends AdminBaseController
Expand Down
2 changes: 1 addition & 1 deletion Sidebar/SidebarExtender.php
Expand Up @@ -5,7 +5,7 @@
use Maatwebsite\Sidebar\Group;
use Maatwebsite\Sidebar\Item;
use Maatwebsite\Sidebar\Menu;
use Modules\Core\Contracts\Authentication;
use Modules\User\Contracts\Authentication;

class SidebarExtender implements \Maatwebsite\Sidebar\SidebarExtender
{
Expand Down

0 comments on commit 7047266

Please sign in to comment.