コード例 #1
0
 private function truncateTables()
 {
     \App\Domain\Entities\User::truncate();
     return $this;
 }