20231010#5

This commit is contained in:
User
2023-10-10 17:28:43 +03:00
parent 41fc25a4e5
commit 51e78cc56d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Rmphp\Session\Session;
namespace Rmphp\Session;
class Session implements SessionInterface {

View File

@@ -6,7 +6,7 @@
* Time: 14:34
*/
namespace Rmphp\Session\Session;
namespace Rmphp\Session;
interface SessionInterface {