Files
api/services/nginx/app/traits/session_t.php
T
2025-01-29 14:27:44 +01:00

8 lines
101 B
PHP

<?php
namespace traits;
trait session_t
{
private string $session; // The session of the user
}