mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-09 17:06:12 +00:00
Fix $c call
This commit is contained in:
parent
860b4a3fb5
commit
b17cf11020
@ -26,12 +26,15 @@ class Application extends App {
|
|||||||
* @var array used to cache the parsed contacts for every request
|
* @var array used to cache the parsed contacts for every request
|
||||||
*/
|
*/
|
||||||
private static $contacts;
|
private static $contacts;
|
||||||
|
|
||||||
|
private $c;
|
||||||
|
|
||||||
public function __construct (array $urlParams=array()) {
|
public function __construct (array $urlParams=array()) {
|
||||||
parent::__construct('ocsms', $urlParams);
|
parent::__construct('ocsms', $urlParams);
|
||||||
|
|
||||||
$container = $this->getContainer();
|
$container = $this->getContainer();
|
||||||
|
$this->c = $container;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controllers
|
* Controllers
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user