Skip to content

Commit ee7a5c6

Browse files
committed
Merge pull request #756 from morrislaptop/patch-1
As per https://github.com/laravel/framework/commit/83316753bbae495cc2…
2 parents b2e8833 + 925fefe commit ee7a5c6

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)