100], [['days'], 'integer'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => 'Name', 'days' => 'Days', 'created_at' => 'Created At', 'updated_at' => 'Updated At', ]; } }