Skip to content

Commit

Permalink
Fixed namespace for type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Sep 5, 2022
1 parent 9111898 commit 47f3c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enums/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @license MIT License
*/

namespace App\Enums;
namespace JuniWalk\Nestor\Enums;

use JuniWalk\Utils\Enums\Color;
use JuniWalk\Utils\Enums\LabelledEnum;
Expand Down

0 comments on commit 47f3c45

Please sign in to comment.