update namespace

This commit is contained in:
root 2025-11-05 03:59:55 +00:00
parent 9df8bf5fec
commit a57715927a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Kai\KaiCommand; namespace LaravelSupportCommand;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Kai\KaiCommand; namespace LaravelSupportCommand;
use Illuminate\Console\Command; use Illuminate\Console\Command;

View File

@ -1,6 +1,6 @@
<?php <?php
namespace Kai\KaiCommand; namespace LaravelSupportCommand;
use Illuminate\Console\Command; use Illuminate\Console\Command;