mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -5,7 +5,6 @@ namespace App\Models;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
use App\Models\Champion;
|
||||
|
||||
class Streamer extends Model
|
||||
{
|
||||
@@ -13,7 +12,6 @@ class Streamer extends Model
|
||||
|
||||
protected $fillable = ['champion_id', 'platform', 'username', 'displayname'];
|
||||
|
||||
|
||||
public function getPlatformAttribute($value): string
|
||||
{
|
||||
$platforms = [
|
||||
|
||||
Reference in New Issue
Block a user