cqp 4 долоо хоног өмнө
parent
commit
f6f2c93b4b

+ 1 - 1
app/Service/WorkFLowService.php → app/Service/WorkFlowService.php

@@ -8,7 +8,7 @@ use App\Model\WorkFlowInstancesNodes;
 use App\Model\WorkFlowTemplates;
 use Illuminate\Support\Facades\DB;
 
-class WorkFLowService extends Service
+class WorkFlowService extends Service
 {
     public function workFlowEdit($data,$user){
         list($status,$msg) = $this->workFlowRule($data, $user, false);