You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
795 B

<?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
{
//
}