Commit 865d7902 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Module Fichier : correction du 'console banner' affiché.

parent 1b3e40ee
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -28,18 +28,12 @@ class Module
        );
    }

    /**
     * @inheritDoc
     */
    public function getConsoleBanner(): ?string
    public function getConsoleBanner(): string
    {
        return "StepStar Module";
        return "Module Fichier";
    }

    /**
     * @inheritDoc
     */
    public function getConsoleUsage()
    public function getConsoleUsage(): array
    {
        return [
            /**