Skip to content

Conversation

@codinglist
Copy link
Contributor

No description provided.

*/
public static function isSupperAdmin(int $admin_id = 0): bool
{
return static::isSuperAdmin();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
return static::isSuperAdmin();
return static::isSuperAdmin($admin_id);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

粗心大意了……

@walkor walkor merged commit 6ff2117 into webman-php:main May 14, 2024
@walkor
Copy link
Contributor

walkor commented May 14, 2024

非常感谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants