fix: namespace issue

This commit is contained in:
Victor Westerlund 2023-11-02 14:22:56 +01:00
parent 6b8dcfd040
commit 0db93592d5
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"ForeignKeys\\": "src/"
"victorwesterlund\\": "src/"
}
},
"require": {

View file

@ -1,6 +1,6 @@
<?php
namespace victorwesterlund\ForeignKeys;
namespace victorwesterlund;
use \victorwesterlund\xEnum;
use \libmysqldriver\MySQL as MySQLDriver;