parenthesis incorrectly set

This commit is contained in:
Steffen Mahler 2020-07-06 12:54:24 +02:00
parent 56ea5c0a52
commit ab4f3d62ac
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class TaxCest
public function _before(UnitTester $I)
{
$country = strtoupper(Config::get('app.default_country') ?? 'DE');
$country = strtoupper(Config::get('app.default_country')) ?? 'DE';
$tax1 = $I->have(TaxRate::class, [
'country' => $country,