문제

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).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top