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