mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2026-05-07 18:45:48 +02:00
feat: code for emotes
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class SummonerEmote extends Model
|
||||
{
|
||||
protected $fillable = [
|
||||
'emote_id',
|
||||
'title',
|
||||
'description',
|
||||
'image',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user