7 lines
142 B
PHP
7 lines
142 B
PHP
<?php
|
|
|
|
use Illuminate\Support\Carbon;
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
|
|
|
echo Carbon::parse('2019-01-31 23:59:59'); |