Skip to content

Commit

Permalink
chore: update installation data
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 2, 2024
1 parent 3521031 commit e00bd97
Show file tree
Hide file tree
Showing 4 changed files with 2,296 additions and 12 deletions.
26 changes: 18 additions & 8 deletions _ide_helper_actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
* @method static dispatchAfterResponse(\App\Models\User $user, \App\Models\Node $node, string $advertiseAddr)
* @method static mixed run(\App\Models\User $user, \App\Models\Node $node, string $advertiseAddr)
*/
class InitCluster {}

class InitCluster
{
}
namespace App\Actions\Services;

/**
Expand All @@ -28,23 +29,32 @@ class InitCluster {}
* @method static dispatchAfterResponse(\App\Models\User $user, \App\Models\Service $service, \App\Models\DeploymentData $deploymentData)
* @method static mixed run(\App\Models\User $user, \App\Models\Service $service, \App\Models\DeploymentData $deploymentData)
*/
class StartDeployment {}

class StartDeployment
{
}
namespace Lorisleiva\Actions\Concerns;

/**
* @method void asController()
*/
trait AsController {}
trait AsController
{
}
/**
* @method void asListener()
*/
trait AsListener {}
trait AsListener
{
}
/**
* @method void asJob()
*/
trait AsJob {}
trait AsJob
{
}
/**
* @method void asCommand(\Illuminate\Console\Command $command)
*/
trait AsCommand {}
trait AsCommand
{
}
Loading

0 comments on commit e00bd97

Please sign in to comment.