mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 01:35:35 +08:00
add PHP8 Attribute compatibility (build 439, 2.7.0-beta4)
This commit is contained in:
@@ -8,9 +8,9 @@ use Closure;
|
||||
|
||||
abstract class AnnotationBase
|
||||
{
|
||||
public $method;
|
||||
public $method = '';
|
||||
|
||||
public $class;
|
||||
public $class = '';
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user