Skip to content

Commit

Permalink
Create AwsFacade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ryihan committed Apr 28, 2021
1 parent 604377c commit 4212f37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/AwsFacade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php namespace Aws\Laravel;
use Aws\AwsClientInterface;
use Illuminate\Support\Facades\Facade;
class AwsFacade extends Facade
{
protected static function getFacadeAccessor()
{
return 'aws';
}
}

0 comments on commit 4212f37

Please sign in to comment.