| 1 | <?php |
||
| 16 | class TreeController extends Controller |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Display a listing of the resource. |
||
| 20 | * |
||
| 21 | * @return \Illuminate\Http\Response |
||
| 22 | */ |
||
| 23 | public function index() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * Show the form for creating a new resource. |
||
| 30 | * |
||
| 31 | * @return \Illuminate\Http\Response |
||
| 32 | */ |
||
| 33 | public function create() |
||
| 37 | } |
||
| 38 |