You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After install this plugin, there's a broken link icon in the october cms backend toolbar. When I click on it, the following message appears :
Class IPriceGroup\OcApiPlugin\Classes\RoutesManager does not exist
/var/www/html/vendor/laravel/framework/src/Illuminate/Container/Container.php line 811
TYPE EXCEPTION
Undefined ReflectionException
continue;
}
// If the class is null, it means the dependency is a string or some other
// primitive type which we can not resolve since it is not a class and
// we will just bomb out with an error since we have no-where to go.
$results[] = is_null($dependency->getClass())
? $this->resolvePrimitive($dependency)
: $this->resolveClass($dependency);
}
return $results;
}
Builder and JWTAuth are installed.
The text was updated successfully, but these errors were encountered:
After install this plugin, there's a broken link icon in the october cms backend toolbar. When I click on it, the following message appears :
Builder and JWTAuth are installed.
The text was updated successfully, but these errors were encountered: