Controller.php 77B

123456789
  1. <?php
  2. namespace App\Http\Controllers;
  3. abstract class Controller
  4. {
  5. //
  6. }