Heim > Fragen und Antworten > Hauptteil
namespace admins\controller; use think\Controller; use think\Request; class Account extends Controller{ public function __construct() { parent::__construct(); } function login(){ return $this->fetch(); } }
Das Problem ist, dass der Controller nicht gefunden werden kann. Ist das im Video eindeutig möglich?