Hello,
When I try to make a new instance of the Auth-module object (Auth::factory()), Kohana gives me the following error:
Cannot instantiate abstract class Auth
Can someone help?
Hello,
When I try to make a new instance of the Auth-module object (Auth::factory()), Kohana gives me the following error:
Cannot instantiate abstract class Auth
Can someone help?
Use Auth::instance()
instead. It will create an Auth object with driver (ORM, File).