We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05873dc commit f51e4f6Copy full SHA for f51e4f6
src/Helpers/ContentHelper.php
@@ -23,7 +23,7 @@ class ContentHelper
23
* @param string $publishableState The state of the publishable record.
24
* @param EditRecord|CreateRecord $livewire The Livewire component instance.
25
* @param array $publishableData The data related to the publishable record.
26
- * @return void
+ * @return bool
27
*/
28
public static function handlePublishableRecord($record, $publishableState, $livewire, array $publishableData)
29
{
0 commit comments