관리-도구
편집 파일: Updatable.php
<?php namespace Stevebauman\Location\Drivers; use Illuminate\Console\Command; interface Updatable { /** * Update the driver. */ public function update(Command $command): void; }