REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 943 B
Close
/home/getspomw/royalsquad.us/vendor/stevebauman/location/src/Facades/Location.php
Text
Base64
<?php namespace Stevebauman\Location\Facades; use Illuminate\Support\Facades\Facade; use Stevebauman\Location\LocationFake; use Stevebauman\Location\LocationManager; /** * @method static \Stevebauman\Location\Drivers\Driver[] drivers() * @method static \Stevebauman\Location\Position|bool get(string $ip = null) * @method static void resolveRequestUsing(callable $callback) * @method static void setDriver(\Stevebauman\Location\Drivers\Driver $driver) */ class Location extends Facade { /** * Swap the instance with a fake. */ public static function fake(array $responses = []): LocationFake { $instance = new LocationFake(static::getFacadeRoot(), $responses); static::swap($instance); return $instance; } /** * Get the registered name of the component. */ protected static function getFacadeAccessor(): string { return LocationManager::class; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Location.php
943 B
lrw-rw-rw-
2025-08-03 14:03:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).