This commit is contained in:
2021-02-23 14:21:43 +08:00
parent 589169e4d4
commit cfdbcba13f
4 changed files with 0 additions and 16 deletions
-4
View File
@@ -25,10 +25,6 @@ use Snowflake\Snowflake;
*/
public function __construct(public string|array $middleware)
{
if (!is_string($this->middleware)) {
return;
}
$this->middleware = [$this->middleware];
}