update controllers logic
This commit is contained in:
@@ -7,7 +7,6 @@ use App\Models\BaseModel;
|
||||
class CurrentIncident extends BaseModel
|
||||
{
|
||||
protected $table = 'current_incident';
|
||||
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user