Skip to content

Commit fe4b0aa

Browse files
committed
Fix access level of addColumn
1 parent 3c20c17 commit fe4b0aa

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
@@ -207,7 +207,7 @@ public function drop()
207207
* @param array $parameters
208208
* @return Blueprint
209209
*/
210-
protected function addColumn($type, $name, array $parameters = [])
210+
public function addColumn($type, $name, array $parameters = [])
211211
{
212212
$this->fluent($name);
213213

0 commit comments

Comments
 (0)