Skip to content

Commit 3954cc0

Browse files
committed
fix: git tag not publishing
1 parent cbeb5fe commit 3954cc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Views/Components/NoItems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ public function __construct(
4747
$this->message = is_null($message)
4848
? __('Let\'s create some new :model_type.', ['model_type' => $this->modelType ?? __('items')])
4949
: $message;
50+
5051
}
5152
}

0 commit comments

Comments
 (0)