Remove build HTML

This commit is contained in:
David Bomba 2023-10-30 08:08:59 +11:00
parent 872ac11329
commit 5183b2e864

View File

@ -18,6 +18,7 @@ use Carbon\Carbon;
use Illuminate\Support\Str; use Illuminate\Support\Str;
use stdClass; use stdClass;
//30-10-2023: due to HTML encoding, need to remove </ from string when searching for matches
class Helpers class Helpers
{ {
use MakesDates; use MakesDates;