Skip to content

Commit

Permalink
Fix Tests #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hackett committed Mar 3, 2021
1 parent 1b6bde8 commit d1053db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

namespace Tipoff\GoogleApi\Tests;

use Spatie\Permission\PermissionServiceProvider;
use Tipoff\Authorization\AuthorizationServiceProvider;
use Tipoff\GoogleApi\GoogleApiServiceProvider;
use Tipoff\GoogleApi\Models\Key;
use Tipoff\Support\SupportServiceProvider;
Expand Down Expand Up @@ -31,6 +33,8 @@ protected function getPackageProviders($app)
return [
GoogleApiServiceProvider::class,
SupportServiceProvider::class,
AuthorizationServiceProvider::class,
PermissionServiceProvider::class
];
}
}

0 comments on commit d1053db

Please sign in to comment.