Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
tags 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Oct 26, 2020
1 parent ecf6a7c commit a244078
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/vendor/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ClassLoader
public function getPrefixes()
{
if (!empty($this->prefixesPsr0)) {
return call_user_func_array('array_merge', $this->prefixesPsr0);
return call_user_func_array('array_merge', array_values($this->prefixesPsr0));
}

return array();
Expand Down
4 changes: 2 additions & 2 deletions app/vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '3caf6fed1e50d46f50f1389384ea7c709586b0cd',
'reference' => 'ecf6a7c2d21c3d75fe3aab960bfa00e0e508877f',
'name' => 'chevereto/chevereto-free',
),
'versions' =>
Expand All @@ -31,7 +31,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '3caf6fed1e50d46f50f1389384ea7c709586b0cd',
'reference' => 'ecf6a7c2d21c3d75fe3aab960bfa00e0e508877f',
),
'jbroadway/urlify' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions app/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '3caf6fed1e50d46f50f1389384ea7c709586b0cd',
'reference' => 'ecf6a7c2d21c3d75fe3aab960bfa00e0e508877f',
'name' => 'chevereto/chevereto-free',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => '3caf6fed1e50d46f50f1389384ea7c709586b0cd',
'reference' => 'ecf6a7c2d21c3d75fe3aab960bfa00e0e508877f',
),
'jbroadway/urlify' =>
array (
Expand Down
Binary file modified content/images/system/default/home_cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a244078

Please sign in to comment.