Skip to content

Commit 1540169

Browse files
author
Eric Bus
committed
Fixed composer.json namespace.
1 parent 172c529 commit 1540169

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"autoload": {
2121
"psr-4": {
22-
"websight\\yii2\\sybase": "src/"
22+
"websightnl\\yii2\\sybase\\": "src/"
2323
}
2424
}
2525
}

src/QueryBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace websightnl\yii2\sybase\;
3+
namespace websightnl\yii2\sybase;
44

55
use yii\base\InvalidParamException;
66
use yii\base\NotSupportedException;

src/Schema.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace websightnl\yii2\sybase\;
3+
namespace websightnl\yii2\sybase;
44

55
use yii\base\InvalidParamException;
66
use yii\db\ColumnSchema;

0 commit comments

Comments
 (0)