From 4d59baabbbd0c8b16a5721c5256919f0c843b077 Mon Sep 17 00:00:00 2001 From: jbrooksuk Date: Thu, 31 Oct 2024 16:35:36 +0000 Subject: [PATCH] Update facade docblocks --- src/Facades/Forge.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Facades/Forge.php b/src/Facades/Forge.php index 03ebf7f..e2c2c07 100644 --- a/src/Facades/Forge.php +++ b/src/Facades/Forge.php @@ -100,6 +100,7 @@ * @method static void installPHP(string $serverId, string $version) * @method static void updatePHP(string $serverId, string $version) * @method static \Laravel\Forge\Resources\Event[] events(string|null $serverId = null) + * @method static \Laravel\Forge\Resources\Event event(string $serverId, string $eventId) * @method static \Laravel\Forge\Resources\SiteCommand executeSiteCommand(int $serverId, int $siteId, array $data) * @method static \Laravel\Forge\Resources\SiteCommand listCommandHistory(int $serverId, int $siteId) * @method static \Laravel\Forge\Resources\SiteCommand getSiteCommand(int $serverId, int $siteId, int $commandId)