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 f0efe11 commit daa961cCopy full SHA for daa961c
app/Filament/Resources/ArticleResource/Actions/ScheduleAction.php
@@ -21,6 +21,7 @@ protected function setUp(): void
21
->displayFormat('M j, Y H:i')
22
->seconds(false)
23
->default($article->published_at)
24
+ ->afterOrEqual('now')
25
->required(),
26
])
27
->action(function (Article $article, array $data) {
0 commit comments