We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7ee8a commit df0ded9Copy full SHA for df0ded9
tests/Unit/Schema/BlueprintTest.php
@@ -32,7 +32,7 @@ public function testPoint()
32
{
33
$this->blueprint
34
->shouldReceive('addColumn')
35
- ->with('point', 'col')
+ ->with('point', 'col', ['srid' => null])
36
->once();
37
38
$this->blueprint->point('col');
0 commit comments