Patching readonly
This commit is contained in:
@@ -23,9 +23,14 @@ class DashboardController extends mfBaseController {
|
||||
|
||||
/*$address = AddressModel::getOne(5);
|
||||
var_dump($address->types);exit;*/
|
||||
|
||||
/*
|
||||
$a = new Address(1);
|
||||
var_dump($a->generateServicePin());exit;
|
||||
*/
|
||||
|
||||
$t = new Termination(45);
|
||||
$ports = $t->getLineworkportPairs();
|
||||
var_dump($ports);exit;
|
||||
}
|
||||
|
||||
protected function pdfAction() {
|
||||
|
||||
Reference in New Issue
Block a user