classes/Blueprints/Schema/Site.php
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public string $title, // TODO: should be an string OR array of languages
public mixed $options = null,
public array $tabs = [],
public array $columns = [],
public array $sections = [],
Method make
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $title,
mixed $options = null,
array $tabs = [],
array $columns = [],
array $sections = [],