Merge branch 'develop'
This commit is contained in:
@ -83,5 +83,9 @@ class Model extends \Model
|
|||||||
}
|
}
|
||||||
return call_user_func_array([$this, $str], $args);
|
return call_user_func_array([$this, $str], $args);
|
||||||
}
|
}
|
||||||
|
protected $container;
|
||||||
|
public function setContainer($container) {
|
||||||
|
$this->container = $container;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user