mirror of
https://github.com/Karaka-Management/oms-Billing.git
synced 2026-02-17 16:58:41 +00:00
fix getters/setters
This commit is contained in:
parent
802790e7f3
commit
6c04559899
|
|
@ -271,7 +271,7 @@ final class ApiBillController extends Controller
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$bill->setLanguage($billLanguage);
|
$bill->language = $billLanguage;
|
||||||
|
|
||||||
$typeMapper = BillTypeMapper::get()
|
$typeMapper = BillTypeMapper::get()
|
||||||
->with('l11n')
|
->with('l11n')
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
* @var string[]
|
* @var string[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $providing = [];
|
public static array $providing = [];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dependencies.
|
* Dependencies.
|
||||||
|
|
@ -73,5 +73,5 @@ class Controller extends ModuleAbstract implements WebInterface
|
||||||
* @var string[]
|
* @var string[]
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
protected static array $dependencies = [];
|
public static array $dependencies = [];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user