Closed MarkejN closed 4 months ago
There are two problems in the following lines, as far as I understand correctly:
https://github.com/plenta/contao-jobs-basic-bundle/blob/fd6a01dbcf96e18fdbcdc6701555d7b70eb50ae3/src/Plenta/ContaoJobsBasic/EventListener/Contao/InsertTagListener.php#L86-L89
$elements
$jobOfferData->datePosted
Date::parse
There are two problems in the following lines, as far as I understand correctly:
https://github.com/plenta/contao-jobs-basic-bundle/blob/fd6a01dbcf96e18fdbcdc6701555d7b70eb50ae3/src/Plenta/ContaoJobsBasic/EventListener/Contao/InsertTagListener.php#L86-L89
$elements
doesn't exist$jobOfferData->datePosted
should be passed as the second parameter toDate::parse