'boolean', ]; /** * Get the user who created the leave type. */ public function creator() { return $this->belongsTo(User::class, 'created_by'); } }