8 lines
101 B
PHP
8 lines
101 B
PHP
<?php
|
|
|
|
namespace traits;
|
|
|
|
trait session_t
|
|
{
|
|
private string $session; // The session of the user
|
|
} |