Reorder imports

This commit is contained in:
Nabeel Shahzad
2019-07-15 15:51:35 -04:00
parent a720f12e0b
commit dd946d4cdd
43 changed files with 43 additions and 43 deletions

View File

@@ -2,8 +2,8 @@
namespace App\Services;
use App\Exceptions\BidExists;
use App\Contracts\Service;
use App\Exceptions\BidExists;
use App\Models\Bid;
use App\Models\Flight;
use App\Models\FlightFieldValue;