Skip to content

Commit

Permalink
Merge pull request #756 from morrislaptop/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 25, 2016
2 parents b2e8833 + 925fefe commit ee7a5c6
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

0 comments on commit ee7a5c6

Please sign in to comment.