Skip to content

Commit

Permalink
Update Skeleton.php
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogermani87 authored Apr 21, 2024
1 parent 7614d22 commit bb9fa4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Facades/Skeleton.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php

namespace VendorName\Skeleton\Facades;
namespace MarcoGermani87\FilamentHcaptcha\Facades;

use Illuminate\Support\Facades\Facade;

/**
* @see \VendorName\Skeleton\Skeleton
* @see \MarcoGermani87\FilamentHcaptcha\Skeleton
*/
class Skeleton extends Facade
class FilamentHcaptcha extends Facade
{
protected static function getFacadeAccessor(): string
{
return \VendorName\Skeleton\Skeleton::class;
return \MarcoGermani87\FilamentHcaptcha\FilamentHcaptcha::class;
}
}

0 comments on commit bb9fa4d

Please sign in to comment.