%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/app/Models/
Upload File :
Create Path :
Current File : //www/loslex/demo/app/Models/ContestCategory.php

<?php

namespace App\Models;

use App\Models\ContestDivision;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Database\Eloquent\Factories\HasFactory;

class ContestCategory extends Model
{
    // use HasFactory;

    /**
     * Get all of the divisions for the ContestCategory
     *
     * @return \Illuminate\Database\Eloquent\Relations\HasMany
     */
    public function divisions(): HasMany
    {
        return $this->hasMany(ContestDivision::class);
    }
}

Zerion Mini Shell 1.0