Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn authored Sep 6, 2024
1 parent 4076f41 commit 9c524e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Longhorn/Longhorn.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php namespace App\SupportedApps\Longhorn;
<?php

class Longhorn extends \App\SupportedApps {
namespace App\SupportedApps\Longhorn;

class Longhorn extends \App\SupportedApps
{
}

0 comments on commit 9c524e6

Please sign in to comment.