Adding missed use

This commit is contained in:
Pavel Shevaev 2022-05-18 12:28:35 +03:00
parent faab8fcfaf
commit a6e2f881af
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php <?php
namespace taskman; namespace taskman;
use Exception;
task('bhl_clean', function() task('bhl_clean', function()
{ {