Skip to content

Commit

Permalink
Docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Dec 7, 2024
1 parent c05e600 commit 0af4668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Facades/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

use Illuminate\Support\Facades\Facade;

/**
* @method static array builderOptions()
* @method static array environmentVariables()
*/
class Updater extends Facade
{
protected static function getFacadeAccessor(): string
Expand Down

0 comments on commit 0af4668

Please sign in to comment.