mirror of
https://github.com/Karaka-Management/oms-IncomeStatement.git
synced 2026-02-08 00:38:40 +00:00
Fix abstract/interface implementation
This commit is contained in:
parent
4ae69283fa
commit
a4a7b3cba3
|
|
@ -33,7 +33,7 @@ class Installer extends InstallerAbstract
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public static function install(string $path, DatabasePool $dbPool, InfoManager $info)
|
public static function install(string $path, DatabasePool $dbPool, InfoManager $info) : void
|
||||||
{
|
{
|
||||||
parent::install(__DIR__ . '/..', $dbPool, $info);
|
parent::install(__DIR__ . '/..', $dbPool, $info);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user