Skip to content

Commit

Permalink
Updated class ns
Browse files Browse the repository at this point in the history
  • Loading branch information
abmmhasan committed Nov 8, 2024
1 parent 5ffffe0 commit c9e24e9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"autoload": {
"psr-4": {
"Infocyph\\Draw\\": "src/Draw/"
"Infocyph\\Draw\\": "src/"
}
},
"require": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/Feature/FlexibleDrawTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use Infocyph\Draw\FlexibleDraw;

beforeEach(function () {
Expand Down
1 change: 1 addition & 0 deletions tests/Feature/LuckyDrawTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

use Infocyph\Draw\LuckyDraw;

beforeEach(function () {
Expand Down

0 comments on commit c9e24e9

Please sign in to comment.