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

Commit 5fcfa76

Browse files
committed
fixed namespaces
1 parent f426acf commit 5fcfa76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/Components/Objects/Cosmetic.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Exception;
66
use FortniteApi\Components\Objects\Reflection\Activator;
7+
use FortniteApi\Components\Objects\Variant;
78

89
class Cosmetic
910
{

src/Components/Objects/Variant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

3-
namespace MichelPi\FortniteApi\Components\Objects;
3+
namespace FortniteApi\Components\Objects;
44

55
use Exception;
6-
use MichelPi\FortniteApi\Components\Objects\Reflection\Activator;
6+
use FortniteApi\Components\Objects\Reflection\Activator;
77

88
class Variant
99
{

0 commit comments

Comments
 (0)