This commit is contained in:
Dennis Eichhorn 2018-02-03 13:09:09 +01:00
parent a74b76ed77
commit 2c2043440f
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract;
use phpOMS\System\File\Directory; use phpOMS\System\File\Directory;
use phpOMS\Module\InfoManager; use phpOMS\Module\InfoManager;
/** /**
* Navigation class. * Navigation class.
* *

View File

@ -31,4 +31,4 @@ class Log implements \JsonSerializable
{ {
return $this->toArray(); return $this->toArray();
} }
} }