INA-5 | Added job @property in the Scheduler Model

This commit is contained in:
Nikola Cirkovic 2022-05-23 01:33:33 +02:00
parent 209ddf12b4
commit be5439c1ec

View File

@ -21,6 +21,7 @@ use Illuminate\Database\Eloquent\Model;
* @property \Carbon\Carbon|mixed start_from
* @property string repeat_every
* @property \Carbon\Carbon|mixed scheduled_run
* @property mixed job
*/
class Scheduler extends Model
{