Laravel version update
Laravel version update
This commit is contained in:
@@ -25,4 +25,9 @@ class ConstStub extends Stub
|
||||
$this->class = $name;
|
||||
$this->value = $value;
|
||||
}
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
return (string) $this->value;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user