Preview: Updatable.php
Size: 199 B
/home/getspomw/royalsquad.us/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;
}
Directory Contents
Dirs: 0 × Files: 13