Skip to content

Commit

Permalink
Complete phpdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 25, 2024
1 parent 7a03340 commit 6b96fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Facades/QrCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use App\Services\QrCodeService;
use Illuminate\Support\Facades\Facade;

/**
* @see \App\Services\QrCodeService
*/
class QrCode extends Facade
{
protected static function getFacadeAccessor()
Expand Down
3 changes: 3 additions & 0 deletions app/Facades/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use App\Services\SettingService;
use Illuminate\Support\Facades\Facade;

/**
* @see \App\Services\SettingService
*/
class Settings extends Facade
{
protected static function getFacadeAccessor()
Expand Down

0 comments on commit 6b96fce

Please sign in to comment.