200], [['ip'], 'string', 'max' => 50], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'user_id' => 'User ID', 'content' => 'Content', 'ip' => 'Ip', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }