Skip to content

Model fillPlaceholders() rule reference #930

Description

@natanfelles

CLI Error:

strtr() expects parameter 1 to be string, array given
/system/Model.php - 1199

Model Rules:

protected $validationRules = [
	'title'       => [
		'min_length[1]',
		'max_length[64]',
	],
];

Data to Insert:

$data = [
	'title' => 'General',
];

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions