Commit 3c215afb by Frédéric

test

parent 3265128e
...@@ -41,9 +41,6 @@ class Schema ...@@ -41,9 +41,6 @@ class Schema
*/ */
public function updateCron() public function updateCron()
{ {
$this->application['config']->initialize();
$this->application->register(new StorageServiceProvider());
$this->application->register(new DatabaseSchemaServiceProvider());
$output = $this->schemaManager()->update(); $output = $this->schemaManager()->update();
$this->session()->set('dbupdate_result', $output->getResponseStrings()); $this->session()->set('dbupdate_result', $output->getResponseStrings());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment