|
|
<?php
|
|
|
|
|
|
namespace App;
|
|
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
|
|
/**
|
|
|
* App\Afreeca
|
|
|
*
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca newModelQuery()
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca newQuery()
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca query()
|
|
|
* @mixin \Eloquent
|
|
|
* @property int $id
|
|
|
* @property \Illuminate\Support\Carbon|null $created_at
|
|
|
* @property \Illuminate\Support\Carbon|null $updated_at
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca whereCreatedAt($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca whereId($value)
|
|
|
* @method static \Illuminate\Database\Eloquent\Builder|\App\Afreeca whereUpdatedAt($value)
|
|
|
*/
|
|
|
class Afreeca extends Model
|
|
|
{
|
|
|
//
|
|
|
}
|