Commit fe4b0aa1 authored by Jens Segers's avatar Jens Segers

Fix access level of addColumn

parent 3c20c17a
......@@ -207,7 +207,7 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
* @param array $parameters
* @return Blueprint
*/
protected function addColumn($type, $name, array $parameters = [])
public function addColumn($type, $name, array $parameters = [])
{
$this->fluent($name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment