- Added a name property on Cronard's attributes
This commit is contained in:
parent
0db34fe228
commit
dd239c63bc
@ -7,5 +7,6 @@ class Cronard implements \Notes\Attribute {
|
|||||||
public function __construct(
|
public function __construct(
|
||||||
public string $cron,
|
public string $cron,
|
||||||
public null|string $method = null,
|
public null|string $method = null,
|
||||||
|
public null|string $name = null,
|
||||||
) {}
|
) {}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user