adsdad
This commit is contained in:
@@ -25,4 +25,14 @@ final class AppPaths
|
||||
{
|
||||
return self::systemAppsRoot($projectRoot) . '/' . trim($appName, '/');
|
||||
}
|
||||
|
||||
public static function systemShellRoot(string $projectRoot): string
|
||||
{
|
||||
return rtrim($projectRoot, '/') . '/system/shell';
|
||||
}
|
||||
|
||||
public static function systemShellPath(string $projectRoot, string $shellName): string
|
||||
{
|
||||
return self::systemShellRoot($projectRoot) . '/' . trim($shellName, '/');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user