Google2Fa ready to upload
This commit is contained in:
parent
e3495be8b8
commit
73e38a006e
127 changed files with 2637 additions and 589 deletions
|
|
@ -11,14 +11,20 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
/**
|
||||
* Class Branch
|
||||
*
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $name
|
||||
*
|
||||
* @property Collection|Booking[] $bookings
|
||||
* @property Collection|SfGuardUser[] $sf_guard_users
|
||||
*
|
||||
* @package App\Models
|
||||
* @property-read int|null $bookings_count
|
||||
* @property-read int|null $sf_guard_users_count
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Branch newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Branch newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Branch query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Branch whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|Branch whereName($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class Branch extends Model
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue