Missing Method in ArtisansController Cake\Controller\Exception\MissingActionException

Documentation API

The action avisClient is not defined in ArtisansController

Error: Create ArtisansController::avisClient() in file: src/Controller/ArtisansController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
ArtisansController extends AppController
{

    public function 
avisClient()
    {

    }
}

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

toggle vendor stack frames