Skip to content

Commit 5d16329

Browse files
authored
update Onboard facade docblock
fix Non static method 'addStep' should not be called statically
1 parent 4743ce5 commit 5d16329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facades/Onboard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
use Spatie\Onboard\OnboardingSteps;
1010

1111
/**
12-
* @method OnboardingStep addStep(string $title, string $model = null)
13-
* @method Collection<OnboardingStep> steps(Onboardable $model)
12+
* @method static OnboardingStep addStep(string $title, string $model = null)
13+
* @method static Collection<OnboardingStep> steps(Onboardable $model)
1414
*/
1515
class Onboard extends Facade
1616
{

0 commit comments

Comments
 (0)