Skip to content

Commit

Permalink
Default extension
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Apr 30, 2024
1 parent f22cbb0 commit f84d669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galette/lib/Galette/Entity/ContributionsTypes.php
Expand Up @@ -82,6 +82,7 @@ class ContributionsTypes
public function __construct(Db $zdb, int|ArrayObject $args = null)
{
$this->zdb = $zdb;
$this->extension = self::DEFAULT_TYPE;
if (is_int($args)) {
$this->load($args);
} elseif ($args instanceof ArrayObject) {
Expand Down

0 comments on commit f84d669

Please sign in to comment.