Commit c4a91620 authored by Ditty's avatar Ditty

Add correct docblock

parent e5d0dd71
...@@ -234,7 +234,9 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint ...@@ -234,7 +234,9 @@ class Blueprint extends \Illuminate\Database\Schema\Blueprint
} }
/** /**
* @inheritdoc * Indicate that the collection needs to be created.
* @param array $options
* @return void
*/ */
public function create($options = []) public function create($options = [])
{ {
......
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