diff --git a/Models/InvoicePosting.php b/Models/InvoicePosting.php index 416e9ce..2733932 100644 --- a/Models/InvoicePosting.php +++ b/Models/InvoicePosting.php @@ -24,13 +24,4 @@ namespace Modules\Accounting\Models; */ class InvoicePosting extends PostingAbstract { - - /** - * Constructor. - * - * @since 1.0.0 - */ - public function __construct() - { - } } diff --git a/Models/Posting.php b/Models/Posting.php index f88f159..522cc20 100644 --- a/Models/Posting.php +++ b/Models/Posting.php @@ -24,13 +24,4 @@ namespace Modules\Accounting\Models; */ abstract class Posting extends PostingAbstract { - - /** - * Constructor. - * - * @since 1.0.0 - */ - public function __construct() - { - } }