parent = $grid; return $this; } /** * Get url path of current resource. * * @return string */ public function resource() { return $this->parent->resource(); } }