Skip to content

Instantly share code, notes, and snippets.

@akroii
Created May 15, 2021 19:32
Show Gist options
  • Save akroii/e666e5f5f0b468e964fcb1888fc7720d to your computer and use it in GitHub Desktop.
Save akroii/e666e5f5f0b468e964fcb1888fc7720d to your computer and use it in GitHub Desktop.
<?php
if (!\Input::get('day'))
{
\Input::setGet('day',date('Ymd'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment