Remove unused constant

This commit is contained in:
Giuseppe Criscione 2024-10-27 01:52:15 +02:00
parent 74aa651a93
commit 2e29b12f75

View File

@ -29,11 +29,6 @@ use UnexpectedValueException;
class PagesController extends AbstractController
{
/**
* Page prefix date format
*/
protected const DATE_NUM_FORMAT = 'Ymd';
/**
* Pages@index action
*/