phpvms/app/Services/AircraftService.php

9 lines
79 B
PHP
Raw Normal View History

<?php
namespace App\Services;
class AircraftService extends BaseService
{
}