1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/app/Models/Traits
Leon Aves edd57e1ca5
Import correct Document class into HasLogo trait. (#3711)
If you aren't using the local driver for logo storage, the attempts to use Document::getDirectFileUrl in this file will fail as it tries to autoload from Traits, Document needs to be explicitly imported.
2020-05-19 09:52:28 +10:00
..
ChargesFees.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
GeneratesNumbers.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
HasCustomMessages.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
HasLogo.php Import correct Document class into HasLogo trait. (#3711) 2020-05-19 09:52:28 +10:00
HasRecurrence.php Bug fixes 2019-02-18 13:05:00 +02:00
Inviteable.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
PresentsInvoice.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
SendsEmails.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00
SerialisesDeletedModels.php fix permissions (#2637) 2019-01-30 22:25:37 +11:00