Skip to content

Commit

Permalink
Merge pull request #18 from TheDragonCode/2.x
Browse files Browse the repository at this point in the history
Contract moved to external project
  • Loading branch information
Andrey Helldar authored Dec 7, 2021
2 parents 47f6e61 + 03a14f5 commit 5f493c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"require": {
"php": "^7.3|^8.0",
"dragon-code/contracts": "^2.9",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
Expand Down
16 changes: 0 additions & 16 deletions src/Contracts/Actionable.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Support/Actionable.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace DragonCode\LaravelActions\Support;

use DragonCode\LaravelActions\Contracts\Actionable as Contract;
use DragonCode\Contracts\LaravelActions\Actionable as Contract;
use Illuminate\Database\Migrations\Migration;
use Illuminate\Support\Arr;

Expand Down

0 comments on commit 5f493c1

Please sign in to comment.