cqp 4 هفته پیش
والد
کامیت
f6f2c93b4b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Service/WorkFlowService.php

+ 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);