From 6dc45a1442e975eb5bc6516df4d66d4cb5e86df8 Mon Sep 17 00:00:00 2001 From: ju5t Date: Tue, 4 Jun 2024 08:27:21 +0200 Subject: [PATCH] chore: add methods to facade docblock --- src/Facades/DirectAdmin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Facades/DirectAdmin.php b/src/Facades/DirectAdmin.php index b3bfcdf..4c30ae1 100644 --- a/src/Facades/DirectAdmin.php +++ b/src/Facades/DirectAdmin.php @@ -9,6 +9,8 @@ * @see BaseDirectAdmin * * @method static call(string $string, array $params = []) + * @method static get(string $string, array $params = []) + * @method static post(string $string, array $params = []) * @method static debug() */ class DirectAdmin extends Facade