Skip to content

Commit

Permalink
remove: deprecated getDefaultApplicationBootstrapFile()
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Feb 15, 2025
1 parent 650a5af commit 85c530f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/Concerns/CreatesApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,22 +253,6 @@ protected function getApplicationBasePath()
: static::applicationBasePath();
}

/**
* Get the default application bootstrap file path (if exists).
*
* @internal
*
* @param string $filename
* @return string|false
*
* @deprecated
*/
#[\Deprecated('Removed unreliable method to determine default skeleton', since: '9.7.0')]
protected function getDefaultApplicationBootstrapFile(string $filename): string|false
{
return realpath(default_skeleton_path(join_paths('bootstrap', $filename)));
}

/**
* Creates the application.
*
Expand Down

0 comments on commit 85c530f

Please sign in to comment.