Skip to content

Commit 2c4bb58

Browse files
Update framework/core/src/Announcements/Console/RefreshAnnouncementsCommand.php
Co-authored-by: Davide Iadeluca <146922689+DavideIadeluca@users.noreply.github.com>
1 parent f42c701 commit 2c4bb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/core/src/Announcements/Console/RefreshAnnouncementsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class RefreshAnnouncementsCommand extends Command
1818
{
19-
protected $signature = 'flarum:refresh-announcements';
19+
protected $signature = 'announcements:refresh';
2020
protected $description = 'Fetch and cache the latest announcements from discuss.flarum.org.';
2121

2222
public function handle(CacheRepository $cache, AnnouncementsFetcher $fetcher)

0 commit comments

Comments
 (0)