Skip to content

Commit 07e2f61

Browse files
DraperStudioDraperStudio
DraperStudio
authored and
DraperStudio
committed
Rename Command.php to Job.php
1 parent 5c9d212 commit 07e2f61

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

app/Jobs/Command.php

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/Jobs/Job.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
namespace App\Jobs;
4+
5+
abstract class Job
6+
{
7+
//
8+
}

0 commit comments

Comments
 (0)