Missing Method in UsersController Cake\Controller\Exception\MissingActionException

Documentation API

The action register.html is not defined in UsersController

Error: Create UsersController::register.html() in file: src/Controller/UsersController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
UsersController extends AppController
{

    public function 
register.html()
    {

    }
}

If you want to customize this error message, create src/Template/Error/missing_action.ctp

toggle vendor stack frames