Fix date issue.

This commit is contained in:
James Cole
2021-12-28 20:42:50 +01:00
parent 3444146da3
commit 246fa0d6e4
18 changed files with 30 additions and 30 deletions

View File

@@ -187,7 +187,7 @@ trait ConvertsDataTypes
*
* @return Carbon|null
*/
protected function date(string $field): ?Carbon
protected function getCarbonDate(string $field): ?Carbon
{
$result = null;
try {