1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

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 stdClass;
//30-10-2023: due to HTML encoding, need to remove </ from string when searching for matches
class Helpers
{
use MakesDates;