mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-21 21:41:14 +01:00
ANSI: use default namespace for stdClass
This commit is contained in:
parent
6c345acc1d
commit
649d469c1c
@ -165,7 +165,7 @@ class ANSI
|
||||
*/
|
||||
function __construct()
|
||||
{
|
||||
$attr_cell = new stdClass();
|
||||
$attr_cell = new \stdClass();
|
||||
$attr_cell->bold = false;
|
||||
$attr_cell->underline = false;
|
||||
$attr_cell->blink = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user