This commit is contained in:
Spitzer_Daniel
2023-04-06 18:12:22 +02:00
parent 39087dc16c
commit e44e1440d3
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -34,7 +34,6 @@ class Device extends mfBaseModel
return null;
}
}
return $this->$name;
}
}
-1
View File
@@ -1,7 +1,6 @@
<?php
class DeviceController extends mfBaseController
{
protected function init()
{
$this->needlogin = true;
-1
View File
@@ -22,7 +22,6 @@ class DeviceModel
public static function find($data)
{
}
public static function create(array $data)