update namespace
This commit is contained in:
parent
9df8bf5fec
commit
a57715927a
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Kai\KaiCommand;
|
||||
namespace LaravelSupportCommand;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Kai\KaiCommand;
|
||||
namespace LaravelSupportCommand;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace Kai\KaiCommand;
|
||||
namespace LaravelSupportCommand;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue