Missing Method in BlogController Cake\Controller\Exception\MissingActionException

Documentation API

The action holidays is not defined in BlogController

Error: Create BlogController::holidays() in file: src/Controller/BlogController.php.

<?php
namespace App\Controller;

use 
App\Controller\AppController;

class 
BlogController extends AppController
{

    public function 
holidays()
    {

    }
}

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

toggle vendor stack frames