Skip to content

Commit

Permalink
fixes namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl committed Aug 31, 2022
1 parent d8bba32 commit cf7b763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Lemon\\": "src"
"Lemon\\": "src/Lemon"
}
}
}
2 changes: 1 addition & 1 deletion src/Lemon/Squeezer/Session.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Lemon\Lemon\Squeezer;
namespace Lemon\Squeezer;

use Lemon\Contracts\Http\Session as SessionContract;
use Workerman\Protocols\Http\Session as HttpSession;
Expand Down
2 changes: 1 addition & 1 deletion src/Lemon/Squeezer/Squeezer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Lemon\Lemon\Squeezer;
namespace Lemon\Squeezer;

use Closure;
use Lemon\Contracts\Http\Session as SessionContract;
Expand Down

0 comments on commit cf7b763

Please sign in to comment.