Skip to content

Commit 06dcaaa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Database/DatabaseSchemaBlueprintTest.php

+1-1
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)