Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Auth-module オブジェクト (Auth::factory()) の新しいインスタンスを作成しようとすると、Kohana から次のエラーが表示されます。
抽象クラス Auth をインスタンス化できません
誰か助けてくれませんか?
Auth::instance()代わりに使用してください。ドライバー (ORM、ファイル) を使用して Auth オブジェクトを作成します。
Auth::instance()