Skip to content

Commit

Permalink
Merge pull request #1 from devonliu02/patch-1
Browse files Browse the repository at this point in the history
Corrected the type hint
  • Loading branch information
bixuehujin authored Feb 24, 2017
2 parents c0f62ca + ce3535c commit 585ac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @return \Illuminate\Database\DatabaseManager
* @return \Illuminate\Database\Capsule\Manager
*/
function capsule()
{
Expand Down

0 comments on commit 585ac0a

Please sign in to comment.