/** * Set the plugins path for the application. * * @param string $basePath * @return $this * @static */ public static function setPluginsPath($path) { return \October\Rain\Foundation\Application::setPluginsPath($path); }