Skip to content

Commit 8331675

Browse files
committed
Make addColumn() method public
1 parent bf41d4e commit 8331675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Schema/Blueprint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ protected function createIndexName($type, array $columns)
934934
* @param array $parameters
935935
* @return \Illuminate\Support\Fluent
936936
*/
937-
protected function addColumn($type, $name, array $parameters = [])
937+
public function addColumn($type, $name, array $parameters = [])
938938
{
939939
$attributes = array_merge(compact('type', 'name'), $parameters);
940940

0 commit comments

Comments
 (0)