We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e3a57 commit 0fef1e8Copy full SHA for 0fef1e8
src/Facades/Forge.php
@@ -139,6 +139,7 @@
139
* @method static void changeSitePHPVersion(int $serverId, int $siteId, string $version)
140
* @method static void updateNodeBalancingConfiguration(int $serverId, int $siteId, array $data)
141
* @method static string siteLog(int $serverId, int $siteId)
142
+ * @method static void deleteSiteLog(int $serverId, int $siteId)
143
* @method static \Laravel\Forge\Resources\SSHKey[] keys(int $serverId)
144
* @method static \Laravel\Forge\Resources\SSHKey sshKey(int $serverId, int $keyId)
145
* @method static \Laravel\Forge\Resources\SSHKey createSSHKey(int $serverId, array $data, bool $wait = true)
0 commit comments