Skip to content

Instantly share code, notes, and snippets.

@cursosdesarrolloweb
Created November 28, 2020 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cursosdesarrolloweb/bd2698ad7deb65f198f9fff1303bd7d2 to your computer and use it in GitHub Desktop.
Save cursosdesarrolloweb/bd2698ad7deb65f198f9fff1303bd7d2 to your computer and use it in GitHub Desktop.
<?php
$carbonFake = null;
$tomorrowFake = $carbonFake?->now()?->add("days", 2)?->render();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment