mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
A couple of bugs found on a fresh install
This commit is contained in:
2
Makefile
2
Makefile
@@ -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,7 +2,7 @@
|
||||
|
||||
namespace Gazelle\Manager;
|
||||
|
||||
class Reportv2 extends \Gazelle\Base {
|
||||
class ReportV2 extends \Gazelle\Base {
|
||||
|
||||
protected $categories = [
|
||||
'master' => 'General',
|
||||
|
||||
Reference in New Issue
Block a user