Cleanup and move subfleet/rank settings to FleetService class

This commit is contained in:
Nabeel Shahzad
2018-02-27 14:12:03 -06:00
parent f0977b48e5
commit 3aa4b8a410
5 changed files with 79 additions and 19 deletions

View File

@@ -1,8 +0,0 @@
<?php
namespace App\Services;
class AircraftService extends BaseService
{
}