mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
phpstan: level 1 passed
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user