Skip to content

Commit

Permalink
Add ConfigInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Oct 6, 2022
1 parent 7001138 commit e8daebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api.include.php
Expand Up @@ -4429,6 +4429,7 @@ public function removeTable(string $tableName): bool
interface ConfigInterface
{
public function getMiddlewares();
public function getProperty(string $key, $default = '');
}
}

Expand Down
1 change: 1 addition & 0 deletions api.php
Expand Up @@ -4429,6 +4429,7 @@ public function removeTable(string $tableName): bool
interface ConfigInterface
{
public function getMiddlewares();
public function getProperty(string $key, $default = '');
}
}

Expand Down

0 comments on commit e8daebe

Please sign in to comment.