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