mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
INA-5 | Added job @property in the Scheduler Model
This commit is contained in:
parent
209ddf12b4
commit
be5439c1ec
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user