Simple forum software for building great communities.
Go to file
Daniël Klabbers e28147a7ff Fixes logging in with access token (#1605)
Seems the created_at column has no default value. This was always the case, at least that's what I can tell from a clean install and no migrations changing that default value.

```
$table->timestamp('created_at');
```
2018-10-21 01:21:34 +02:00
framework/core Fixes logging in with access token (#1605) 2018-10-21 01:21:34 +02:00