We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeb5fe commit 3954cc0Copy full SHA for 3954cc0
src/Views/Components/NoItems.php
@@ -47,5 +47,6 @@ public function __construct(
47
$this->message = is_null($message)
48
? __('Let\'s create some new :model_type.', ['model_type' => $this->modelType ?? __('items')])
49
: $message;
50
+
51
}
52
0 commit comments