Skip to content

Commit

Permalink
Reversing tags
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Nov 18, 2015
1 parent 8cb36ef commit 520f732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/DeploymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function project($project_id)
'projectFiles' => $project->projectFiles,
'checkUrls' => $project->checkUrls,
'optional' => $optional,
'tags' => $project->tags(),
'tags' => $project->tags()->reverse(),
'branches' => $project->branches(),
'route' => 'commands',
]);
Expand Down

0 comments on commit 520f732

Please sign in to comment.