Skip to content

Commit

Permalink
Update LetsEncrypt.php
Browse files Browse the repository at this point in the history
change method signature
  • Loading branch information
condor-bird authored Sep 17, 2021
1 parent 5d27735 commit 94b5136
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Facades/LetsEncrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

/**
* @mixin \Daanra\LaravelLetsEncrypt\LetsEncrypt
* @method static array create(string $domain)
* @method static array create(string $domain, array $chain = [])
* @method static LetsEncryptCertificate createNow(string $domain)
* @method static LetsEncryptCertificate renewNow($domain)
* @method static PendingDispatch renew($domain)
* @method static LetsEncryptCertificate renewNow(string|LetsEncryptCertificate $domain)
* @method static PendingDispatch renew(string|LetsEncryptCertificate $domain, array $chain = [])
*/
class LetsEncrypt extends Facade
{
Expand Down

0 comments on commit 94b5136

Please sign in to comment.