phpstan: level 1 passed

This commit is contained in:
slawkens
2024-01-31 00:36:15 +01:00
parent cc3e66cacb
commit a2c8e2b2ae
10 changed files with 23 additions and 16 deletions

View File

@@ -2,7 +2,14 @@
namespace MyAAC\Models;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\HasOne;
/**
* @property int $level
* @property int $vocation
* @property int $online
* @property hasOne $onlineTable
*/
class Player extends Model {
protected $table = 'players';