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 Nov 29, 2024
1 parent 81bd5b7 commit 88b778a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Foundation/Actions/CreateVendorSymlink.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ final class CreateVendorSymlink
* @param string $workingPath
*/
public function __construct(
public string $workingPath
protected string $workingPath
) {}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Workbench/Actions/AddAssetSymlinkFolders.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ final class AddAssetSymlinkFolders
* @param \Orchestra\Testbench\Contracts\Config $config
*/
public function __construct(
public Filesystem $files,
public ConfigContract $config
protected Filesystem $files,
protected ConfigContract $config
) {}

/**
Expand Down
4 changes: 2 additions & 2 deletions src/Workbench/Actions/RemoveAssetSymlinkFolders.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ final class RemoveAssetSymlinkFolders
* @param \Orchestra\Testbench\Contracts\Config $config
*/
public function __construct(
public Filesystem $files,
public ConfigContract $config
protected Filesystem $files,
protected ConfigContract $config
) {}

/**
Expand Down

0 comments on commit 88b778a

Please sign in to comment.