This commit is contained in:
Spitzer_Daniel
2023-03-22 16:27:00 +01:00
parent f3380a771c
commit 0dc7f43b09
11 changed files with 0 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ class Device extends mfBaseModel
return null;
}
}
return $this->$name;
}
}

View File

@@ -1,7 +1,6 @@
<?php
class DeviceController extends mfBaseController
{
protected function init()
{
$this->needlogin = true;

View File

@@ -17,7 +17,6 @@ class DeviceModel
public static function find($data)
{
}
public static function create(array $data)