Skip to content

Commit 06dcaaa

Browse files
committed
remove unneeded variable
1 parent 3b4483d commit 06dcaaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Database/DatabaseSchemaBlueprintTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testDefaultCurrentTimestamp()
7979
public function testUnsignedDecimalTable()
8080
{
8181
$base = new Blueprint('users', function ($table) {
82-
$table->unsignedDecimal('money', 10, 2, true)->useCurrent();
82+
$table->unsignedDecimal('money', 10, 2)->useCurrent();
8383
});
8484

8585
$connection = m::mock('Illuminate\Database\Connection');

0 commit comments

Comments
 (0)