Skip to content

Commit a9384c0

Browse files
committed
Change namespaces
1 parent 878bad7 commit a9384c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

apiato

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
use Apiato\Installer\Console\NewCommand;
4+
use Apiato\Installer\Commands\NewCommand;
55
use Symfony\Component\Console\Application;
66

77
require __DIR__ . './vendor/autoload.php';

commands/NewCommand.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Apiato\Installer\Console;
3+
namespace Apiato\Installer\Commands;
44

55
use RuntimeException;
66
use Symfony\Component\Console\Command\Command;
@@ -31,14 +31,14 @@ protected function execute(InputInterface $input, OutputInterface $output)
3131
{
3232

3333
$output->writeln([
34-
'<fg=red>' . PHP_EOL . PHP_EOL . PHP_EOL . PHP_EOL . PHP_EOL,
34+
'<fg=red>' . PHP_EOL . PHP_EOL . PHP_EOL,
3535
" ___ .______ __ ___ .___________. ______ ",
3636
" / \ | _ \ | | / \ | | / __ \ ",
3737
" / ^ \ | |_) | | | / ^ \ `---| |----`| | | | ",
3838
" / /_\ \ | ___/ | | / /_\ \ | | | | | | ",
3939
" / _____ \ | | | | / _____ \ | | | `--' | ",
4040
"/__/ \__\ | _| |__| /__/ \__\ |__| \______/ ",
41-
'</>' . PHP_EOL . PHP_EOL . PHP_EOL . PHP_EOL . PHP_EOL,
41+
'</>' . PHP_EOL . PHP_EOL . PHP_EOL,
4242
]);
4343

4444
sleep(1);

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"autoload": {
1111
"psr-4": {
12-
"Apiato\\Installer\\Console\\": "commands/"
12+
"Apiato\\Installer\\Commands\\": "commands/"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy