mirror of
https://codeberg.org/vlw/php-libinnodb-fk.git
synced 2025-09-13 16:13:41 +02:00
fix: namespace issue
This commit is contained in:
parent
6b8dcfd040
commit
0db93592d5
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ForeignKeys\\": "src/"
|
||||
"victorwesterlund\\": "src/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace victorwesterlund\ForeignKeys;
|
||||
namespace victorwesterlund;
|
||||
|
||||
use \victorwesterlund\xEnum;
|
||||
use \libmysqldriver\MySQL as MySQLDriver;
|
||||
|
|
Loading…
Add table
Reference in a new issue