line("Backup manager for backing up Docker Containers to Mega.nz."); $this->line("Developer: Muhep Atasoy"); $this->line("Github: https://github.com/muhep06"); $this->line("Gitea: https://git.muhepatasoy.xyz/muhep"); $this->line("Drone: https://drone.muhepatasoy.xyz/muhep/dgd-backupper-php"); return; } /** * Define the command's schedule. * * @param \Illuminate\Console\Scheduling\Schedule $schedule * @return void */ public function schedule(Schedule $schedule): void { // $schedule->command(static::class)->everyMinute(); } }