Skip to content

Commit

Permalink
[5.3] Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
shadoWalker89 authored and Le Minh Tri committed Nov 16, 2016
1 parent c895920 commit 6967f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Schema/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function getColumnListing($table)
*
* @param string $table
* @param \Closure $callback
* @return \Illuminate\Database\Schema\Blueprint
* @return void
*/
public function table($table, Closure $callback)
{
Expand Down

0 comments on commit 6967f0d

Please sign in to comment.