改名
This commit is contained in:
@@ -16,11 +16,14 @@ use Database\ActiveRecord;
|
|||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get constructor.
|
||||||
|
* @param string $name
|
||||||
|
*/
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public string $name
|
public string $name
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
var_dump($this->name);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user