'array', 'after' => 'array' ]; public function admin() { return $this->hasOne(Administrator::class, 'id', 'admin_id'); } }