silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
720 stars 822 forks source link

class DBCurrency missing use statement for DBDecimal #11033

Closed Martimiz closed 9 months ago

Martimiz commented 9 months ago

Affected Version

Framework 5.0.1

Description

class DBCurrency extends DBDecimal but is missing the use statement for it

use SilverStripe\ORM\FieldType\DBDecimal;
Martimiz commented 9 months ago

OK guys, sorry, this might have been an issue with vscode - I reinstalled and reinstalled and kept getting more of these issues, and then: no more...

So closing