Skip to content

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
siebsie23 committed Apr 5, 2024
1 parent 8d45ea7 commit 8bee7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/MailboxRouteTest.php
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@

class MailboxRouteTest extends TestCase
{
public function emailDataProvider()
public static function emailDataProvider()
{
return [
['[email protected]', '[email protected]', '[email protected]'],
@@ -125,7 +125,7 @@ public function it_matches_requirements()
$this->assertTrue($route->matches($message));
}

public function subjectDataProvider()
public static function subjectDataProvider()
{
return [
['New Laravel Packages', 'New Laravel Packages', 'Old Laravel Packages'],

0 comments on commit 8bee7fb

Please sign in to comment.