classes/Blueprints/Schema/Tab.php
Method make
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array|string $label,
?Icon $icon = null,
?string $id = null,
array $columns = [],
array $sections = [],
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public string|array $label = '',
public ?Icon $icon = null,
public ?string $id = null,
public array $columns = [],
public array $sections = [],