mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 01:34:07 +02:00
minor code cleanup
This commit is contained in:
parent
471824d423
commit
9c50244e67
2 changed files with 2 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ class TimeZoneProvider {
|
|||
* @param string $host
|
||||
* @param System $system
|
||||
*/
|
||||
function __construct($host, System $system) {
|
||||
public function __construct($host, System $system) {
|
||||
$this->host = $host;
|
||||
$this->system = $system;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue