Skip to content

Commit cbc751e

Browse files
committed
feat: job concept
1 parent 268fb05 commit cbc751e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Concepts/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 Bit\Skeleton\Concepts;
4+
5+
abstract class Job
6+
{
7+
//
8+
}

0 commit comments

Comments
 (0)