Skip to content

Commit

Permalink
Fix PSR-4 compliance in main loader class
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jan 7, 2022
1 parent f4e35ca commit 6fd205c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bottomline.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require __DIR__ . '/src/__/load.php';
require __DIR__ . '/src/__/__.php';

/**
* Globally namespaced version of the class.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"autoload": {
"files": ["bottomline.php"],
"psr-4": {"__\\": "src/"}
"psr-4": {"__\\": "src/__/"}
},
"autoload-dev": {
"psr-4": {
Expand Down
File renamed without changes.

0 comments on commit 6fd205c

Please sign in to comment.