Zhouzhendong 6 лет назад
Родитель
Сommit
5b607e7c20
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      app/Http/Controllers/TestController.php

+ 0 - 1
app/Http/Controllers/TestController.php

@@ -125,7 +125,6 @@ class TestController extends Controller
     public function deletePackageAuthority()
     {
         $authorities=Authority::where('name','like','%包裹信息%')->get();
-        dd($authorities);
         $authorities->each(function ($authority){
             $authority->delete();
         });