/** * @param $path * @return $this */ public function setPaths($path) { Config::setPaths(require $path); return $this; }