Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
morrislaptop committed Feb 25, 2016
1 parent b2e8833 commit 925fefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jenssegers/Mongodb/Schema/Blueprint.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public function drop()
* @param array $parameters
* @return Blueprint
*/
protected function addColumn($type, $name, array $parameters = [])
public function addColumn($type, $name, array $parameters = [])
{
$this->fluent($name);

Expand Down

1 comment on commit 925fefe

@hackel
Copy link
Contributor

@hackel hackel commented on 925fefe Jun 1, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please merge this with the 2.2 branch as well!

Please sign in to comment.