Skip to content

Commit

Permalink
Fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
khamdullaevuz committed Sep 29, 2021
1 parent 86dbbc1 commit d42e9d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @privacy Mualliflik huquqini hurmat qiling
*/

require 'src/loader.php';
require '../src/loader.php';

use Lib\Input;
use Lib\Plugin;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

if ($i == 3) {
require 'method/Method.php';
require 'framework/Framework.php';
require 'library/Runner.php';
require 'plugin/Plugin.php';
require 'input/Input.php';
require 'database/Database.php';
Expand Down

0 comments on commit d42e9d0

Please sign in to comment.