Skip to content

Commit 03a14f5

Browse files
author
Andrey Helldar
committed
Contract moved to external project
1 parent b80262c commit 03a14f5

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.3|^8.0",
19+
"dragon-code/contracts": "^2.9",
1920
"illuminate/console": "^6.0|^7.0|^8.0",
2021
"illuminate/database": "^6.0|^7.0|^8.0",
2122
"illuminate/support": "^6.0|^7.0|^8.0",

src/Contracts/Actionable.php

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

src/Support/Actionable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace DragonCode\LaravelActions\Support;
44

5-
use DragonCode\LaravelActions\Contracts\Actionable as Contract;
5+
use DragonCode\Contracts\LaravelActions\Actionable as Contract;
66
use Illuminate\Database\Migrations\Migration;
77
use Illuminate\Support\Arr;
88

0 commit comments

Comments
 (0)