Skip to content

Commit

Permalink
chore: add methods to facade docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ju5t committed Jun 4, 2024
1 parent d002bd9 commit 6dc45a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/DirectAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6dc45a1

Please sign in to comment.