timestamps attribute visibility set to public
This commit is contained in:
@@ -8,7 +8,7 @@ class Task extends Model
|
|||||||
{
|
{
|
||||||
protected $table = 'TASK';
|
protected $table = 'TASK';
|
||||||
// We do not have create/update timestamps for this table
|
// We do not have create/update timestamps for this table
|
||||||
protected $timestamps = false;
|
public $timestamps = false;
|
||||||
|
|
||||||
public function process()
|
public function process()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user