Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Aug 22, 2024
1 parent 86e8464 commit 3b71ecd
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,21 +78,6 @@ public static function applicationBasePath()
public static function applicationBaseUrl()
{
return Env::get('DUSK_SERVE_URL') ?? \sprintf('http://%s:%d', static::getBaseServeHost(), static::getBaseServePort());
<<<<<<< HEAD
=======
}

/**
* Determine the application's base URL.
*
* @return string
*
* @deprecated Use static::applicationBaseUrl() instead.
*/
public static function baseServeUrl()
{
return static::applicationBaseUrl();
>>>>>>> 6.x
}

/**
Expand Down

0 comments on commit 3b71ecd

Please sign in to comment.