BT
Size: a a a
BT
P
P
P
<?php
namespace App\Traits;
trait Stringable
{
/**
* @return string
*/
public function __toString()
{
return $this->name;
}
}
BT
BT
<?php
namespace App\Traits;
trait Stringable
{
/**
* @return string
*/
public function __toString()
{
return $this->name;
}
}
P
BT
P
P
P
С
DT
P
P
DT
P
BT
P
P