Missing Method in ContatoController Cake\Controller\Exception\MissingActionException

Documentation API

The action index.php is not defined in ContatoController

Error: Create ContatoController::index.php() in file: src/Controller/ContatoController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
ContatoController extends AppController
{

    public function 
index.php()
    {

    }
}

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

toggle vendor stack frames