composer-update-patch
This commit is contained in:
16
vendor/propaganistas/laravel-phone/src/LaravelPhoneFacade.php
vendored
Normal file
16
vendor/propaganistas/laravel-phone/src/LaravelPhoneFacade.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php namespace Propaganistas\LaravelPhone;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class LaravelPhoneFacade extends Facade
|
||||
{
|
||||
/**
|
||||
* Get the registered name of the component.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
protected static function getFacadeAccessor()
|
||||
{
|
||||
return 'libphonenumber';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user