Skip to content

Commit

Permalink
Merge pull request #17 from atm-code/atmonshi-patch-1
Browse files Browse the repository at this point in the history
Atmonshi patch 1
  • Loading branch information
atmonshi authored Feb 11, 2022
2 parents 43687a7 + c39581c commit ad96888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ExampleTest extends TestCase
{
protected function getPackageProviders($app)
protected function getPackageProviders()
{
return [ArPhpLaravelServiceProvider::class];
}
Expand Down
4 changes: 2 additions & 2 deletions tests/arPhpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

class arPhpTest extends TestCase
{
protected function getPackageProviders($app)
protected function getPackageProviders()
{
return [ArPhpLaravelServiceProvider::class];
}

protected function overrideApplicationProviders($app)
protected function overrideApplicationProviders()
{
return [
'ArPhpLaravel' => 'AtmCode\ArPhpLaravel',
Expand Down

0 comments on commit ad96888

Please sign in to comment.