@@ -74,7 +74,7 @@ |
||
| 74 | 74 | /** |
| 75 | 75 | * Execute the script and log the output |
| 76 | 76 | * |
| 77 | - * @return boolean |
|
| 77 | + * @return boolean|null |
|
| 78 | 78 | */ |
| 79 | 79 | public function queueScript() |
| 80 | 80 | { |
@@ -3,7 +3,6 @@ |
||
| 3 | 3 | use DB; |
| 4 | 4 | use Model; |
| 5 | 5 | use Queue; |
| 6 | -use Backend; |
|
| 7 | 6 | use Carbon\Carbon; |
| 8 | 7 | use Bedard\Webhooks\Models\Log; |
| 9 | 8 | use Bedard\Webhooks\Exceptions\ScriptDisabledException; |