ExampleController.php 236 B

123456789101112131415161718
  1. <?php
  2. namespace App\Http\Controllers;
  3. class ExampleController extends Controller
  4. {
  5. /**
  6. * Create a new controller instance.
  7. *
  8. * @return void
  9. */
  10. public function __construct()
  11. {
  12. //
  13. }
  14. //
  15. }