/** * Determine whether the given module is not activated. * * @param string $name * @return bool * @static */ public static function notActive($name) { return \Pingpong\Modules\Repository::notActive($name); }