Skip to content

Commit

Permalink
Add langPath()
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed May 17, 2022
1 parent e710fbe commit 46175f8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/LaravelTestAppLowest.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,8 @@ public function maintenanceMode()
public function terminating($callback)
{
}

public function langPath($path = '')
{
}
}
4 changes: 4 additions & 0 deletions tests/LaravelTestAppStable.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,4 +325,8 @@ public function maintenanceMode()
public function terminating($callback)
{
}

public function langPath($path = '')
{
}
}

0 comments on commit 46175f8

Please sign in to comment.