Skip to content

Commit

Permalink
Fix access level of addColumn
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Feb 29, 2016
1 parent 3c20c17 commit fe4b0aa
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 @@ -207,7 +207,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 fe4b0aa

Please sign in to comment.