debug the report tables
This commit is contained in:
13
app/Models/AxisType.php
Normal file
13
app/Models/AxisType.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class AxisType extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $guarded = [];
|
||||
}
|
||||
@@ -28,7 +28,14 @@ class SafetyAndPrivacy extends Model
|
||||
'edare_shahri_name',
|
||||
'way_id',
|
||||
'activity_date_time',
|
||||
|
||||
'step',
|
||||
'step_fa',
|
||||
'judiciary_document',
|
||||
'judiciary_document_upload_date',
|
||||
'action_picture',
|
||||
'action_picture_document_upload_date',
|
||||
'axis_type_id',
|
||||
'axis_type_name',
|
||||
];
|
||||
|
||||
public $table = "safety_and_privacy";
|
||||
|
||||
Reference in New Issue
Block a user