fix namespace.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use Illuminate\Auth\UserInterface;
|
use Illuminate\Auth\UserInterface;
|
||||||
use Illuminate\Auth\RemindableInterface;
|
use Illuminate\Auth\Reminders\RemindableInterface;
|
||||||
|
|
||||||
class User extends Eloquent implements UserInterface, RemindableInterface {
|
class User extends Eloquent implements UserInterface, RemindableInterface {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user