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
I am passing this $app = new \Slim\App($settings); $authBootstrap = new Bootstrap($app, $adapter, $acl);
and getting this error
Fatal error: Uncaught TypeError: Argument 1 passed to JeremyKendall\Slim\Auth\Bootstrap::__construct() must be an instance of Slim\Slim, instance of Slim\App given
It seems that Slim3 is not using Slim as main class name but App.
The text was updated successfully, but these errors were encountered:
I am passing this
$app = new \Slim\App($settings);
$authBootstrap = new Bootstrap($app, $adapter, $acl);
and getting this error
Fatal error: Uncaught TypeError: Argument 1 passed to JeremyKendall\Slim\Auth\Bootstrap::__construct() must be an instance of Slim\Slim, instance of Slim\App given
It seems that Slim3 is not using Slim as main class name but App.
The text was updated successfully, but these errors were encountered: