Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
karir.star4hire.com
/
vendor
/
propaganistas
/
laravel-phone
/
src
✏️
Editing: helpers.php
<?php use Propaganistas\LaravelPhone\PhoneNumber; if (! function_exists('phone')) { function phone(?string $number, $country = [], $format = null) { $phone = new PhoneNumber($number, $country); if (! is_null($format)) { return $phone->format($format); } return $phone; } }
💾 Save Changes
❌ Cancel