Added email mailto
This commit is contained in:
parent
ba038cd32a
commit
6d81b2767e
|
|
@ -24,7 +24,10 @@ class Kernel extends ConsoleKernel
|
||||||
*/
|
*/
|
||||||
protected function schedule(Schedule $schedule)
|
protected function schedule(Schedule $schedule)
|
||||||
{
|
{
|
||||||
// $schedule->command('inspire')->hourly();
|
$schedule->call(function () {
|
||||||
|
Artisan::call('ldap:import user -n');
|
||||||
|
DB::table('users')->where('description', '=', 'Test Account')->delete();
|
||||||
|
})->twiceDaily(1, 13);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue