Skip to content

Commit 9d8f9cd

Browse files
committed
Added a docblock to the facade to make the Aws::get method work better in IDEs.
1 parent 3896c72 commit 9d8f9cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Aws/Laravel/AwsFacade.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616

1717
namespace Aws\Laravel;
1818

19+
use Aws\Common\Client\AwsClientInterface;
1920
use Illuminate\Support\Facades\Facade;
2021

2122
/**
2223
* Facade for the AWS service
24+
*
25+
* @method static AwsClientInterface get($name, $throwAway = false) Get a client from the service builder
2326
*/
2427
class AwsFacade extends Facade
2528
{

0 commit comments

Comments
 (0)