Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions modules/statik/src/console/controllers/SetupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ public function actionIndex(): int

$statik = <<<EOD

_______.___________. ___ .___________.__ __ ___
/ | | / \ | | | | |/ /
| (----`---| |----` / ^ \ `---| |----| | | ' /
\ \ | | / /_\ \ | | | | | <
.----) | | | / _____ \ | | | | | . \
|_______/ |__| /__/ \__\ |__| |__| |__|\__\
_______.___________. ___ .___________.__ __ ___
/ | | / \ | | | | |/ /
| (----`---| |----` / ^ \ `---| |----| | | ' /
\ \ | | / /_\ \ | | | | | <
.----) | | | / _____ \ | | | | | . \
|_______/ |__| /__/ \__\ |__| |__| |__|\__\

A N E W C R A F T P R O J E C T
A N E W C R A F T P R O J E C T


EOD;
EOD;
$this->stdout(str_replace("\n", PHP_EOL, $statik), Console::FG_BLUE);

$this->setSystemName();
Expand Down Expand Up @@ -90,7 +90,7 @@ public function actionInstallTranslationFiles(): int
$this->stdout("Translations folder is not empty, copying the setup translations would overwrite existing translations." . PHP_EOL, Console::FG_YELLOW);
$this->stdout("If you want to copy the setup translations, you need to empty the translations folder first." . PHP_EOL, Console::FG_YELLOW);

return ExitCode::CANTCREAT;
return ExitCode::OK;
}

// Private Methods
Expand Down
155 changes: 0 additions & 155 deletions storage/logs/console-2024-07-24.log

This file was deleted.

Loading
Loading