File "Carbon.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/laravel/framework/src/Illuminate/Support/Carbon.php
File size: 356 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Support;
use Carbon\Carbon as BaseCarbon;
use Carbon\CarbonImmutable as BaseCarbonImmutable;
class Carbon extends BaseCarbon
{
/**
* {@inheritdoc}
*/
public static function setTestNow($testNow = null)
{
BaseCarbon::setTestNow($testNow);
BaseCarbonImmutable::setTestNow($testNow);
}
}