6 lines
109 B
PHP
6 lines
109 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Facades\Schedule;
|
|
|
|
Schedule::command('payroll:generate --current')->monthly();
|