'array', ]; protected static function booted(): void { } public function business() { return $this->belongsTo(Business::class); } public function user() { return $this->belongsTo(User::class); } }