Complete phpdoc comment

This commit is contained in:
Bubka 2024-04-25 17:00:04 +02:00
parent 7a033409a5
commit 6b96fced3d
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@ namespace App\Facades;
use App\Services\QrCodeService;
use Illuminate\Support\Facades\Facade;
/**
* @see \App\Services\QrCodeService
*/
class QrCode extends Facade
{
protected static function getFacadeAccessor()

View File

@ -5,6 +5,9 @@ namespace App\Facades;
use App\Services\SettingService;
use Illuminate\Support\Facades\Facade;
/**
* @see \App\Services\SettingService
*/
class Settings extends Facade
{
protected static function getFacadeAccessor()