Skip to content

Commit

Permalink
Fixed Class Name
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroBuffon committed Jul 12, 2024
1 parent 9cbd03b commit ed8f7d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Glances/Glances.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

namespace App\SupportedApps\GlancesTest;
namespace App\SupportedApps\Glances;

class GlancesTest extends \App\SupportedApps implements \App\EnhancedApps
class Glances extends \App\SupportedApps implements \App\EnhancedApps
{
public $config;

Expand Down

0 comments on commit ed8f7d6

Please sign in to comment.