Shift core files
This commit is contained in:
@@ -48,4 +48,13 @@ class Kernel extends ConsoleKernel
|
|||||||
{
|
{
|
||||||
$schedule->command('cachet:beacon')->twiceDaily(0, 12);
|
$schedule->command('cachet:beacon')->twiceDaily(0, 12);
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* Register the Closure based commands for the application.
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
protected function commands()
|
||||||
|
{
|
||||||
|
require base_path('routes/console.php');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ use Illuminate\Support\Facades\Hash;
|
|||||||
*/
|
*/
|
||||||
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
|
class User extends Model implements AuthenticatableContract, CanResetPasswordContract
|
||||||
{
|
{
|
||||||
|
use Notifiable;
|
||||||
use Authenticatable, CanResetPassword, ValidatingTrait;
|
use Authenticatable, CanResetPassword, ValidatingTrait;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user