add action date to safety
This commit is contained in:
@@ -36,6 +36,7 @@ class SafetyAndPrivacy extends Model
|
|||||||
'action_picture_document_upload_date',
|
'action_picture_document_upload_date',
|
||||||
'axis_type_id',
|
'axis_type_id',
|
||||||
'axis_type_name',
|
'axis_type_name',
|
||||||
|
'action_date'
|
||||||
];
|
];
|
||||||
|
|
||||||
public $table = "safety_and_privacy";
|
public $table = "safety_and_privacy";
|
||||||
|
|||||||
@@ -388,8 +388,8 @@ Route::prefix('permissions')
|
|||||||
|
|
||||||
Route::get('/notifications', NotificationController::class)->name('notifications');
|
Route::get('/notifications', NotificationController::class)->name('notifications');
|
||||||
|
|
||||||
Route::prefix('Road-Maintenance-Station')
|
Route::prefix('road_maintenance_station')
|
||||||
->name('Road-Maintenance-Station.')
|
->name('roadMaintenanceStation.')
|
||||||
->controller( RoadMaintenanceStationController::class)
|
->controller( RoadMaintenanceStationController::class)
|
||||||
->group(function () {
|
->group(function () {
|
||||||
Route::get('/', 'index')->name('index')->middleware('permission:show-tollhouse|show-tollhouse-province');
|
Route::get('/', 'index')->name('index')->middleware('permission:show-tollhouse|show-tollhouse-province');
|
||||||
|
|||||||
Reference in New Issue
Block a user