This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/public/testing.php
2022-03-02 14:26:02 +01:00

6 lines
89 B
PHP

<?php
$app = require '../app/inc.php';
$team = new App\Teamtable\Team;
var_dump($team);