added Log library to finances helper

This commit is contained in:
2019-05-23 10:06:44 -05:00
parent 65ad6b5085
commit ee4b64febe

View File

@@ -9,6 +9,7 @@ namespace App\Library\Finances\Helper;
//Internal Library
use DB;
use Log;
//Job
use App\Jobs\SendEveMailJob;