diff --git a/app/Commands/.gitkeep b/app/Commands/.gitkeep
deleted file mode 100644
index e69de29..0000000
diff --git a/app/Commands/InspireCommand.php b/app/Commands/InspireCommand.php
deleted file mode 100644
index 20afdca..0000000
--- a/app/Commands/InspireCommand.php
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
Laravel Zero
-
- Simplicity is the ultimate sophistication.
-
-
- HTML);
- }
-
- /**
- * Define the command's schedule.
- *
- * @param \Illuminate\Console\Scheduling\Schedule $schedule
- * @return void
- */
- public function schedule(Schedule $schedule)
- {
- // $schedule->command(static::class)->everyMinute();
- }
-}