Slaine Willey

Results 6 comments of Slaine Willey

@archiewood > I don't have a Clickhouse instance to test on, so some questions for my benefit: You can run locally with docker compose - https://github.com/ClickHouse/examples/blob/main/docker-compose-recipes/recipes/ch-and-postgres/docker-compose.yaml > using PSQL? using...

``` /** * Get the authenticated User. * * @return UserData */ public function me() { return UserData::from(auth()->user())->include('current_team.balance'); } ``` UserData: ```

``` Error when analyzing route 'GET api/v1/user' (App\Http\Controllers\AuthController@me): A trailing comma is not allowed here on line 3 – /var/www/html/vendor/nikic/php-parser/lib/PhpParser/Parser/Php8.php on line 1382 ``` ```PhpParser  \  Parser  \  Php8   : ...

it's not related, i removed all the instances of `implements LaravelDataFakeInterface` and it still gets this error :/