File manager - Edit - /home/linknsbh/cecil-hotel.net/platform/plugins/analytics/src/Exceptions/InvalidPeriod.php
Back
<?php namespace Botble\Analytics\Exceptions; use DateTimeInterface; use Exception; class InvalidPeriod extends Exception { public static function startDateCannotBeAfterEndDate( DateTimeInterface $startDate, DateTimeInterface $endDate ): self { return new self( trans('plugins/analytics::analytics.start_date_can_not_before_end_date', [ 'start_date' => $startDate->format('Y-m-d'), 'end_date' => $endDate->format('Y-m-d'), ]) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.54 |
proxy
|
phpinfo
|
Settings