GravTrait changes in Admin

This commit is contained in:
Flavio Copes
2016-02-04 20:59:08 +01:00
parent d200f7a72c
commit 0d9a3e4bdc
3 changed files with 15 additions and 17 deletions

View File

@@ -552,6 +552,7 @@ class AdminPlugin extends Plugin
$this->admin = new Admin($this->grav, $this->base, $this->template, $this->route);
// And store the class into DI container.
$this->grav['admin'] = $this->admin;