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:
@@ -9,7 +9,6 @@
|
|||||||
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
namespace App\Models{
|
namespace App\Models{
|
||||||
/**
|
/**
|
||||||
* App\Models\Champion
|
* App\Models\Champion
|
||||||
@@ -62,7 +61,9 @@ namespace App\Models{
|
|||||||
* @method static \Illuminate\Database\Eloquent\Builder|Champion whereTitle($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|Champion whereTitle($value)
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|Champion whereUpdatedAt($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|Champion whereUpdatedAt($value)
|
||||||
*/
|
*/
|
||||||
class Champion extends \Eloquent {}
|
class Champion extends \Eloquent
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace App\Models{
|
namespace App\Models{
|
||||||
@@ -122,7 +123,9 @@ namespace App\Models{
|
|||||||
* @method static \Illuminate\Database\Eloquent\Builder|ChampionSkin whereUpdatedAt($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|ChampionSkin whereUpdatedAt($value)
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|ChampionSkin whereVoiceActor($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|ChampionSkin whereVoiceActor($value)
|
||||||
*/
|
*/
|
||||||
class ChampionSkin extends \Eloquent {}
|
class ChampionSkin extends \Eloquent
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace App\Models{
|
namespace App\Models{
|
||||||
@@ -152,7 +155,9 @@ namespace App\Models{
|
|||||||
* @method static \Illuminate\Database\Eloquent\Builder|SkinChroma whereSkinName($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|SkinChroma whereSkinName($value)
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|SkinChroma whereUpdatedAt($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|SkinChroma whereUpdatedAt($value)
|
||||||
*/
|
*/
|
||||||
class SkinChroma extends \Eloquent {}
|
class SkinChroma extends \Eloquent
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace App\Models{
|
namespace App\Models{
|
||||||
@@ -184,6 +189,7 @@ namespace App\Models{
|
|||||||
* @method static \Illuminate\Database\Eloquent\Builder|User whereRememberToken($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|User whereRememberToken($value)
|
||||||
* @method static \Illuminate\Database\Eloquent\Builder|User whereUpdatedAt($value)
|
* @method static \Illuminate\Database\Eloquent\Builder|User whereUpdatedAt($value)
|
||||||
*/
|
*/
|
||||||
class User extends \Eloquent {}
|
class User extends \Eloquent
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user