]> git.mxchange.org Git - friendica.git/blobdiff - src/Console/PostUpdate.php
Introduce new DI container
[friendica.git] / src / Console / PostUpdate.php
index fb640a0b0ef13902c438ba5ce23c9ee8d2afe726..f6a7f69d223febe61d3387c885e15007e465c9d4 100644 (file)
@@ -57,7 +57,7 @@ HELP;
 
        protected function doExecute()
        {
-               $a = \Friendica\BaseObject::getApp();
+               $a = \Friendica\DI::app();
 
                if ($this->getOption($this->helpOptions)) {
                        $this->out($this->getHelp());