Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhemphill committed Dec 17, 2024
1 parent b616699 commit 2b95d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ enum OrderStatus: string implements MachineState
Next, add a column to your Eloquent model's `casts` to store the state:

```php
use Hemp\Machinery\Machinable;
use Hemp\Machinery\Machinery;
use Illuminate\Database\Eloquent\Model;

class Order extends Model implements Machinable
class Order extends Model
{
use Machinery;

Expand Down

0 comments on commit 2b95d6a

Please sign in to comment.