Skip to content

Commit

Permalink
style: ran pint
Browse files Browse the repository at this point in the history
  • Loading branch information
daveroverts committed Jun 6, 2024
1 parent a735356 commit e7504e1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/Models/Airport.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property string $icao
Expand Down
2 changes: 1 addition & 1 deletion app/Models/AirportLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property int $airport_id
Expand Down
2 changes: 1 addition & 1 deletion app/Models/AirportLinkType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property string $name
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property string|null $uuid
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use Illuminate\Database\Eloquent\Relations\BelongsToMany;

/**
*
*
*
* @property int $id
* @property int $event_type_id
Expand Down
2 changes: 1 addition & 1 deletion app/Models/EventLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property int $event_id
Expand Down
2 changes: 1 addition & 1 deletion app/Models/EventType.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\Database\Eloquent\Relations\BelongsTo;

/**
*
*
*
* @property int $id
* @property string $name
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Illuminate\Database\Eloquent\Relations\BelongsToMany;

/**
*
*
*
* @property int $id
* @property bool $is_online
Expand Down
2 changes: 1 addition & 1 deletion app/Models/Flight.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Illuminate\Database\Eloquent\Factories\HasFactory;

/**
*
*
*
* @property int $id
* @property int $booking_id
Expand Down
2 changes: 1 addition & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use Illuminate\Foundation\Auth\User as Authenticatable;

/**
*
*
*
* @property int $id
* @property string $name_first
Expand Down

0 comments on commit e7504e1

Please sign in to comment.