'boolean', ]; public function company() { return $this->belongsTo(User::class, 'company_id'); } }