Skip to content

Commit

Permalink
A couple of bugs found on a fresh install
Browse files Browse the repository at this point in the history
  • Loading branch information
Spine committed May 6, 2021
1 parent 9b5a07c commit 6bb370a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ twig-flush:
.PHONY: update
update:
git pull
composer install --no-dev --optimize-autoloader --no-suggest --no-progress
composer install --no-dev --optimize-autoloader --no-progress
2 changes: 1 addition & 1 deletion app/Manager/ReportV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Gazelle\Manager;

class Reportv2 extends \Gazelle\Base {
class ReportV2 extends \Gazelle\Base {

protected $categories = [
'master' => 'General',
Expand Down

0 comments on commit 6bb370a

Please sign in to comment.