Positions: Module::toJson() function already exists in trait

This commit is contained in:
Matias Griese
2016-07-21 15:16:07 +03:00
parent f9e47b03b2
commit b44b8c7885
2 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
- Failed streams in compiled SCSS will now be transformed to 404 URIs, instead of keeping the stream. This will create less confusion on the errors displayed on frontend (#1457, #1443, #1331)
2. [Joomla](#joomla)
3. [](#bugfix)
- Fixed extra Default outline that was added in the non-English Joomla installation (#1461)
- Fixed extra Default outline that was added in the non-English Joomla installation during clean installation of template (#1461)
# 5.3.2
## 19/07/2016
@@ -67,15 +67,6 @@ class Module implements \ArrayAccess
return $this;
}
/**
* @param bool $includeModules
* @return string
*/
public function toJson()
{
return json_encode($this->toArray());
}
protected function load()
{
$file = $this->file();