'array' ]; /** * Get the admins. */ public function admins() { return $this->hasMany(AdminProxy::modelClass()); } }