Created
November 13, 2019 10:09
-
-
Save mgmgpyaesonewin/d0a0c89148e34fcbecc0c105d7929ec3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $faker = \Faker\Factory::create(); | |
| $tomorrow = Carbon::createFromTimeStamp($faker->dateTimeBetween('now', '+01 days')->getTimestamp()); | |
| $end_time = Carbon::createFromFormat('Y-m-d H:i:s', $tomorrow)->addHours(3); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment