Skip to content

Commit

Permalink
Merge pull request #124 from amezmo/master
Browse files Browse the repository at this point in the history
Typehint $app
  • Loading branch information
okaufmann authored Aug 6, 2020
2 parents 384bff6 + fea1d41 commit a4a7f0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Teamwork.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Mpociot\Teamwork;

use Illuminate\Support\Facades\Config;
use Illuminate\Foundation\Application;
use Mpociot\Teamwork\Events\UserInvitedToTeam;

class Teamwork
Expand All @@ -19,7 +20,7 @@ class Teamwork
*
* @param \Illuminate\Foundation\Application $app
*/
public function __construct($app)
public function __construct(Application $app)
{
$this->app = $app;
}
Expand Down

0 comments on commit a4a7f0f

Please sign in to comment.