Skip to content

Commit 4f40089

Browse files
committed
delete carbon
1 parent cc77e69 commit 4f40089

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
],
1414
"require": {
1515
"php": ">=7.0",
16-
"nesbot/carbon": "^1.2",
1716
"dragonmantank/cron-expression": "^2.0"
1817
},
1918
"require-dev": {

src/Crontask/Tasks/Task.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public function getOutput()
7070
public function isRequired()
7171
{
7272
$expression = $this->getExpression();
73+
7374
if (! $expression) {
7475
return false;
7576
}

0 commit comments

Comments
 (0)