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.
1 parent 4743ce5 commit 5d16329Copy full SHA for 5d16329
src/Facades/Onboard.php
@@ -9,8 +9,8 @@
9
use Spatie\Onboard\OnboardingSteps;
10
11
/**
12
- * @method OnboardingStep addStep(string $title, string $model = null)
13
- * @method Collection<OnboardingStep> steps(Onboardable $model)
+ * @method static OnboardingStep addStep(string $title, string $model = null)
+ * @method static Collection<OnboardingStep> steps(Onboardable $model)
14
*/
15
class Onboard extends Facade
16
{
0 commit comments