We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80262c commit 03a14f5Copy full SHA for 03a14f5
composer.json
@@ -16,6 +16,7 @@
16
},
17
"require": {
18
"php": "^7.3|^8.0",
19
+ "dragon-code/contracts": "^2.9",
20
"illuminate/console": "^6.0|^7.0|^8.0",
21
"illuminate/database": "^6.0|^7.0|^8.0",
22
"illuminate/support": "^6.0|^7.0|^8.0",
src/Contracts/Actionable.php
src/Support/Actionable.php
@@ -2,7 +2,7 @@
2
3
namespace DragonCode\LaravelActions\Support;
4
5
-use DragonCode\LaravelActions\Contracts\Actionable as Contract;
+use DragonCode\Contracts\LaravelActions\Actionable as Contract;
6
use Illuminate\Database\Migrations\Migration;
7
use Illuminate\Support\Arr;
8
0 commit comments