'array', 'required_permissions' => 'array', ]; public function creator(): BelongsTo { return $this->belongsTo(User::class, 'created_by'); } }