Zhouzhendong 6 rokov pred
rodič
commit
5b607e7c20
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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();
         });