Missing Method in PlanController Cake\Controller\Exception\MissingActionException

Documentation API

The action identify is not defined in PlanController

Error: Create PlanController::identify() in file: src/Controller/PlanController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
PlanController extends AppController
{

    public function 
identify()
    {

    }
}

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

toggle vendor stack frames