Path : /var/www/html/jewelry-pos/vendor/stevebauman/location/src/Drivers/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/jewelry-pos/vendor/stevebauman/location/src/Drivers/Updatable.php |
<?php namespace Stevebauman\Location\Drivers; use Illuminate\Console\Command; interface Updatable { /** * Update the driver. */ public function update(Command $command): void; }