Commit 925fefe7 authored by Craig Morris's avatar Craig Morris
parent b2e8833c
...@@ -209,7 +209,7 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint ...@@ -209,7 +209,7 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
* @param array $parameters * @param array $parameters
* @return Blueprint * @return Blueprint
*/ */
protected function addColumn($type, $name, array $parameters = []) public function addColumn($type, $name, array $parameters = [])
{ {
$this->fluent($name); $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