Skip to content

Commit 925fefe

Browse files
committed
1 parent b2e8833 commit 925fefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Schema/Blueprint.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public function drop()
209209
* @param array $parameters
210210
* @return Blueprint
211211
*/
212-
protected function addColumn($type, $name, array $parameters = [])
212+
public function addColumn($type, $name, array $parameters = [])
213213
{
214214
$this->fluent($name);
215215

0 commit comments

Comments
 (0)