'boolean', ]; public function task() { return $this->belongsTo(MobileTask::class, 'task_id'); } }