add guarded columns to permission table
This commit is contained in:
@@ -8,4 +8,6 @@ return [
|
||||
'notification_server_is_down' => 'Notification Server Is Down',
|
||||
'the_operator_is_offline' => 'The Operator Is Offline',
|
||||
'operator_could_not_connect' => 'Operator Could Not Connect',
|
||||
'combination_of_category_and_subcategory_does_not_exist' => 'Combination of Category and Subcategory Does Not Exist',
|
||||
'telephone_id_is_in_use' => 'Telephone ID Is In Use',
|
||||
];
|
||||
|
||||
@@ -9,4 +9,5 @@ return [
|
||||
'the_operator_is_offline' => 'اپراتور آفلاین است.',
|
||||
'operator_could_not_connect' => 'عدم اتصال اپراتور',
|
||||
'combination_of_category_and_subcategory_does_not_exist' => 'ترکیب موضوع و زیر موضوع نا معتبر می باشد',
|
||||
'telephone_id_is_in_use' => 'این تلفن درحال استفاده است',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user