Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
riculum committed May 13, 2022
1 parent cbf4d02 commit 8726836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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": {
"Database\\": "src/"
"Riculum\\": "src/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Database.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace Database;
namespace Riculum;

use PDO;

Expand Down

0 comments on commit 8726836

Please sign in to comment.