Skip to content

Commit

Permalink
Improve Nova\Module\Repository
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Mar 24, 2017
1 parent c7032e7 commit cd6f4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Module/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ public function writeCache($modules)
$data[$key] = $properties;
}

ksort($data);

//
$content = "<?php\n\nreturn " .var_export($data, true) .";\n";

Expand Down

0 comments on commit cd6f4eb

Please sign in to comment.