Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
		@@ -11,6 +11,5 @@ class ServerMetadata extends Data
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public ?ProxyTypes $type,
 | 
			
		||||
        public ?ProxyStatus $status
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -10,8 +10,5 @@ class ProxyStarted
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithSockets, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public $data)
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public $data) {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -4,6 +4,4 @@ namespace App\Exceptions;
 | 
			
		||||
 | 
			
		||||
use Exception;
 | 
			
		||||
 | 
			
		||||
class ProcessException extends Exception
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
class ProcessException extends Exception {}
 | 
			
		||||
 
 | 
			
		||||
@@ -25,8 +25,7 @@ class ApplicationPullRequestUpdateJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        public ApplicationPreview $preview,
 | 
			
		||||
        public ProcessStatus $status,
 | 
			
		||||
        public ?string $deployment_uuid = null
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,9 +19,7 @@ class CheckLogDrainContainerJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function middleware(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class CheckResaleLicenseJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -15,9 +15,7 @@ class CleanupHelperContainersJob implements ShouldBeEncrypted, ShouldBeUnique, S
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,10 +16,7 @@ class CleanupInstanceStuffsJob implements ShouldBeEncrypted, ShouldBeUnique, Sho
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    // public function uniqueId(): string
 | 
			
		||||
    // {
 | 
			
		||||
 
 | 
			
		||||
@@ -23,9 +23,7 @@ class ContainerStatusJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return isDev() ? 1 : 3;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function middleware(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -23,8 +23,7 @@ class CoolifyTask implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        public bool $ignore_errors = false,
 | 
			
		||||
        public $call_event_on_finish = null,
 | 
			
		||||
        public $call_event_data = null
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Execute the job.
 | 
			
		||||
 
 | 
			
		||||
@@ -18,9 +18,7 @@ class DatabaseBackupStatusJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -28,9 +28,7 @@ class DeleteResourceJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Application|Service|StandalonePostgresql|StandaloneRedis|StandaloneMongodb|StandaloneMysql|StandaloneMariadb|StandaloneKeydb|StandaloneDragonfly|StandaloneClickhouse $resource, public bool $deleteConfigurations = false)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Application|Service|StandalonePostgresql|StandaloneRedis|StandaloneMongodb|StandaloneMysql|StandaloneMariadb|StandaloneKeydb|StandaloneDragonfly|StandaloneClickhouse $resource, public bool $deleteConfigurations = false) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -22,9 +22,7 @@ class DockerCleanupJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public ?int $usageBefore = null;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -23,9 +23,7 @@ class GithubAppPermissionJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return isDev() ? 1 : 3;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public GithubApp $github_app)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public GithubApp $github_app) {}
 | 
			
		||||
 | 
			
		||||
    public function middleware(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,9 +19,7 @@ class InstanceAutoUpdateJob implements ShouldBeEncrypted, ShouldBeUnique, Should
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -19,9 +19,7 @@ class PullCoolifyImageJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $timeout = 1000;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -27,9 +27,7 @@ class PullHelperImageJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return $this->server->uuid;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -28,9 +28,7 @@ class PullSentinelImageJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return $this->server->uuid;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,9 +17,7 @@ class PullTemplatesFromCDN implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $timeout = 10;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,9 +17,7 @@ class PullVersionsFromCDN implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $timeout = 10;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class SendConfirmationForWaitlistJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public string $email, public string $uuid)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public string $email, public string $uuid) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -31,8 +31,7 @@ class SendMessageToDiscordJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public string $text,
 | 
			
		||||
        public string $webhookUrl
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Execute the job.
 | 
			
		||||
 
 | 
			
		||||
@@ -33,8 +33,7 @@ class SendMessageToTelegramJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        public string $token,
 | 
			
		||||
        public string $chatId,
 | 
			
		||||
        public ?string $topicId = null,
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Execute the job.
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,7 @@ class ServerFilesFromServerJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public ServiceApplication|ServiceDatabase|Application $resource)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public ServiceApplication|ServiceDatabase|Application $resource) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -24,9 +24,7 @@ class ServerLimitCheckJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return isDev() ? 1 : 3;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Team $team)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Team $team) {}
 | 
			
		||||
 | 
			
		||||
    public function middleware(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -25,9 +25,7 @@ class ServerStatusJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
        return isDev() ? 1 : 3;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function middleware(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class ServerStorageSaveJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public LocalFileVolume $localFileVolume)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public LocalFileVolume $localFileVolume) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -15,9 +15,7 @@ class SubscriptionInvoiceFailedJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
{
 | 
			
		||||
    use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
 | 
			
		||||
 | 
			
		||||
    public function __construct(protected Team $team)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(protected Team $team) {}
 | 
			
		||||
 | 
			
		||||
    public function handle()
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,7 @@ class SubscriptionTrialEndedJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public Team $team
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,8 +17,7 @@ class SubscriptionTrialEndsSoonJob implements ShouldBeEncrypted, ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public Team $team
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    public function handle(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -9,9 +9,7 @@ use Symfony\Component\HttpFoundation\Request as SymfonyRequest;
 | 
			
		||||
 | 
			
		||||
class MaintenanceModeDisabledNotification
 | 
			
		||||
{
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(EventsMaintenanceModeDisabled $event): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -9,9 +9,7 @@ class ProxyStartedNotification
 | 
			
		||||
{
 | 
			
		||||
    public Server $server;
 | 
			
		||||
 | 
			
		||||
    public function __construct()
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct() {}
 | 
			
		||||
 | 
			
		||||
    public function handle(ProxyStarted $event): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -2,6 +2,4 @@
 | 
			
		||||
 | 
			
		||||
namespace App\Models;
 | 
			
		||||
 | 
			
		||||
class Kubernetes extends BaseModel
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
class Kubernetes extends BaseModel {}
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class ContainerRestarted extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public string $name, public Server $server, public ?string $url = null)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public string $name, public Server $server, public ?string $url = null) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class ContainerStopped extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public string $name, public Server $server, public ?string $url = null)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public string $name, public Server $server, public ?string $url = null) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,7 @@ class DailyBackup extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public $databases)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public $databases) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class GeneralNotification extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public string $message)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public string $message) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -15,9 +15,7 @@ class DockerCleanup extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server, public string $message)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server, public string $message) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,9 +17,7 @@ class ForceDisabled extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,9 +17,7 @@ class ForceEnabled extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,9 +17,7 @@ class HighDiskUsage extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server, public int $disk_usage, public int $cleanup_after_percentage)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server, public int $disk_usage, public int $cleanup_after_percentage) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -17,10 +17,7 @@ class Unreachable extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 1;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public Server $server)
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public Server $server) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -13,9 +13,7 @@ class Test extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 5;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public ?string $emails = null)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public ?string $emails = null) {}
 | 
			
		||||
 | 
			
		||||
    public function via(object $notifiable): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -22,9 +22,7 @@ class InvitationLink extends Notification implements ShouldQueue
 | 
			
		||||
        return [TransactionalEmailChannel::class];
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public function __construct(public User $user)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public User $user) {}
 | 
			
		||||
 | 
			
		||||
    public function toMail(): MailMessage
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -14,9 +14,7 @@ class Test extends Notification implements ShouldQueue
 | 
			
		||||
 | 
			
		||||
    public $tries = 5;
 | 
			
		||||
 | 
			
		||||
    public function __construct(public string $emails)
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function __construct(public string $emails) {}
 | 
			
		||||
 | 
			
		||||
    public function via(): array
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -9,9 +9,7 @@ use Laravel\Sanctum\Sanctum;
 | 
			
		||||
 | 
			
		||||
class AppServiceProvider extends ServiceProvider
 | 
			
		||||
{
 | 
			
		||||
    public function register(): void
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function register(): void {}
 | 
			
		||||
 | 
			
		||||
    public function boot(): void
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -22,8 +22,7 @@ class Input extends Component
 | 
			
		||||
        public bool $allowToPeak = true,
 | 
			
		||||
        public bool $isMultiline = false,
 | 
			
		||||
        public string $defaultClass = 'input',
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    public function render(): View|Closure|string
 | 
			
		||||
    {
 | 
			
		||||
 
 | 
			
		||||
@@ -16,9 +16,7 @@ class ResourceView extends Component
 | 
			
		||||
        public ?string $logo = null,
 | 
			
		||||
        public ?string $documentation = null,
 | 
			
		||||
        public bool $upgrade = false,
 | 
			
		||||
    ) {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Get the view / contents that represent the component.
 | 
			
		||||
 
 | 
			
		||||
@@ -14,8 +14,7 @@ class Index extends Component
 | 
			
		||||
    public function __construct(
 | 
			
		||||
        public $resource = null,
 | 
			
		||||
        public bool $showRefreshButton = true,
 | 
			
		||||
    ) {
 | 
			
		||||
    }
 | 
			
		||||
    ) {}
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * Get the view / contents that represent the component.
 | 
			
		||||
 
 | 
			
		||||
@@ -9,7 +9,5 @@ class EnvironmentSeeder extends Seeder
 | 
			
		||||
    /**
 | 
			
		||||
     * Run the database seeds.
 | 
			
		||||
     */
 | 
			
		||||
    public function run(): void
 | 
			
		||||
    {
 | 
			
		||||
    }
 | 
			
		||||
    public function run(): void {}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user