Fix formatting and interfaces in nearly every file
This commit is contained in:
@@ -11,6 +11,9 @@ use App\Support\ICAO;
|
||||
*/
|
||||
class AircraftObserver
|
||||
{
|
||||
/**
|
||||
* @param Aircraft $aircraft
|
||||
*/
|
||||
public function creating(Aircraft $aircraft): void
|
||||
{
|
||||
if (empty($aircraft->hex_code)) {
|
||||
|
||||
Reference in New Issue
Block a user