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 Dec 8, 2024
1 parent bab8343 commit 9d98830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Foundation/PackageManifest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

use function Orchestra\Testbench\package_path;

/**
* @api
*/
class PackageManifest extends IlluminatePackageManifest
{
/**
Expand Down
3 changes: 3 additions & 0 deletions src/Foundation/TestbenchServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

use function Orchestra\Testbench\package_path;

/**
* @internal
*/
class TestbenchServiceProvider extends ServiceProvider
{
/**
Expand Down

0 comments on commit 9d98830

Please sign in to comment.