Adefinir  Finale
Flight.php
Go to the documentation of this file.
1 <?php
2 
3 namespace App\Models;
4 
5 use Illuminate\Database\Eloquent\Factories\HasFactory;
6 use Illuminate\Database\Eloquent\Model;
7 
8 class Flight extends Model
9 {
10  use HasFactory;
11 }
App\Models\Flight
Definition: Flight.php:9
App\Models
Definition: Chart.php:3