Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
fixed namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-pi committed Nov 11, 2019
1 parent f426acf commit 5fcfa76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Components/Objects/Cosmetic.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Exception;
use FortniteApi\Components\Objects\Reflection\Activator;
use FortniteApi\Components\Objects\Variant;

class Cosmetic
{
Expand Down
4 changes: 2 additions & 2 deletions src/Components/Objects/Variant.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

namespace MichelPi\FortniteApi\Components\Objects;
namespace FortniteApi\Components\Objects;

use Exception;
use MichelPi\FortniteApi\Components\Objects\Reflection\Activator;
use FortniteApi\Components\Objects\Reflection\Activator;

class Variant
{
Expand Down

0 comments on commit 5fcfa76

Please sign in to comment.