Don't allow cancels from certain states (#396)
* Don't allow cancels from certain states * Unused imports * Don't reset the state doubly * Move SetUserActive into listener; code cleanup * Unused imports * Add missing files into htaccess * Move Command contract to correct folder
This commit is contained in:
@@ -16,9 +16,6 @@ use Illuminate\Support\Facades\Log;
|
||||
use League\Geotools\Coordinate\Coordinate;
|
||||
use League\Geotools\Geotools;
|
||||
|
||||
/**
|
||||
* Class GeoService
|
||||
*/
|
||||
class GeoService extends Service
|
||||
{
|
||||
private $acarsRepo;
|
||||
|
||||
Reference in New Issue
Block a user