Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 23, 2024
1 parent 2769a06 commit 85b82f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Concerns/InteractsWithPublishedFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Support\Collection;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;

/**
* @internal
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Orchestra\Testbench\Contracts\Config as ConfigContract;
use Orchestra\Testbench\Workbench\Workbench;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;

/**
* @api
Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
use Orchestra\Testbench\Contracts\Config as ConfigContract;
use Symfony\Component\Yaml\Yaml;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;
use function Orchestra\Testbench\parse_environment_variables;
use function Orchestra\Testbench\transform_relative_path;

Expand Down
2 changes: 1 addition & 1 deletion src/Foundation/Console/Actions/GeneratesFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Illuminate\Console\View\Components\Factory as ComponentsFactory;
use Illuminate\Filesystem\Filesystem;

use function Illuminate\Filesystem\join_paths;
use function Orchestra\Testbench\join_paths;
use function Laravel\Prompts\confirm;

class GeneratesFile extends Action
Expand Down

0 comments on commit 85b82f3

Please sign in to comment.