Commit ee7a5c67 authored by Jens Segers's avatar Jens Segers

Merge pull request #756 from morrislaptop/patch-1

As per https://github.com/laravel/framework/commit/83316753bbae495cc2…
parents b2e8833c 925fefe7
......@@ -209,7 +209,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