Skip to content

Commit

Permalink
Update facade docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk authored and github-actions[bot] committed Oct 31, 2024
1 parent edd3507 commit 4d59baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facades/Forge.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4d59baa

Please sign in to comment.