TestService.php 122 B

12345678910111213
  1. <?php
  2. namespace App\Services;
  3. class TestService
  4. {
  5. public function __construct()
  6. {
  7. dd(323333);
  8. }
  9. }