We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d27735 + 94b5136 commit bf6cdabCopy full SHA for bf6cdab
src/Facades/LetsEncrypt.php
@@ -8,10 +8,10 @@
8
9
/**
10
* @mixin \Daanra\LaravelLetsEncrypt\LetsEncrypt
11
- * @method static array create(string $domain)
+ * @method static array create(string $domain, array $chain = [])
12
* @method static LetsEncryptCertificate createNow(string $domain)
13
- * @method static LetsEncryptCertificate renewNow($domain)
14
- * @method static PendingDispatch renew($domain)
+ * @method static LetsEncryptCertificate renewNow(string|LetsEncryptCertificate $domain)
+ * @method static PendingDispatch renew(string|LetsEncryptCertificate $domain, array $chain = [])
15
*/
16
class LetsEncrypt extends Facade
17
{
0 commit comments