mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
INA-5 | Fix formatting
This commit is contained in:
parent
8a6ccba0af
commit
209ddf12b4
@ -35,13 +35,13 @@ class ScheduledJob extends Model
|
|||||||
const CREATE_PAYMENT_REPORT = 'create_payment_report';
|
const CREATE_PAYMENT_REPORT = 'create_payment_report';
|
||||||
const CREATE_PRODUCT_REPORT = 'create_product_report';
|
const CREATE_PRODUCT_REPORT = 'create_product_report';
|
||||||
const CREATE_PROFIT_AND_LOSS_REPORT = 'create_profit_and_loss_report';
|
const CREATE_PROFIT_AND_LOSS_REPORT = 'create_profit_and_loss_report';
|
||||||
const CREATE_QUOTE_ITEM_REPORT ='create_quote_item_report';
|
const CREATE_QUOTE_ITEM_REPORT = 'create_quote_item_report';
|
||||||
const CREATE_QUOTE_REPORT = 'create_quote_report';
|
const CREATE_QUOTE_REPORT = 'create_quote_report';
|
||||||
const CREATE_RECURRING_INVOICE_REPORT = 'create_recurring_invoice_report';
|
const CREATE_RECURRING_INVOICE_REPORT = 'create_recurring_invoice_report';
|
||||||
const CREATE_TASK_REPORT = 'create_task_report';
|
const CREATE_TASK_REPORT = 'create_task_report';
|
||||||
|
|
||||||
|
|
||||||
protected $fillable = ['action_class', 'action_name', 'parameters', 'scheduler_id','company_id'];
|
protected $fillable = ['action_class', 'action_name', 'parameters', 'scheduler_id', 'company_id'];
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'scheduled_run' => 'date',
|
'scheduled_run' => 'date',
|
||||||
'parameters' => 'array'
|
'parameters' => 'array'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user