Missing Method in VendasController Cake\Controller\Exception\MissingActionException

Documentation API

The action view.php is not defined in VendasController

Error: Create VendasController::view.php() in file: src/Controller/VendasController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
VendasController extends AppController
{

    public function 
view.php()
    {

    }
}

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

toggle vendor stack frames