This commit is contained in:
2021-02-23 14:18:49 +08:00
parent c0cd71efe9
commit 589169e4d4
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -34,9 +34,9 @@ use Snowflake\Snowflake;
/**
* @param array $handler
* @return array|string
* @return Middleware
*/
public function execute(array $handler): array|string
public function execute(array $handler): static
{
return $this;
}