Added Role view to Network
This commit is contained in:
@@ -33,7 +33,7 @@ class Address extends mfBaseModel {
|
||||
return false;
|
||||
}
|
||||
|
||||
$this->types = AddresstypeModel::search(['address_id' => $this->id]);
|
||||
$this->types = AddresstypeModel::search(['address_id' => $this->id], true);
|
||||
}
|
||||
|
||||
public function getProperty($name) {
|
||||
|
||||
@@ -19,11 +19,7 @@ class AddressModel {
|
||||
public $edit_by = null;
|
||||
public $create = null;
|
||||
public $edit = null;
|
||||
|
||||
public static function find($data) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
public static function create(Array $data) {
|
||||
$model = new Address();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user