Add extra debug entry

This commit is contained in:
James Cole 2023-10-14 12:41:32 +02:00
parent 58848caf30
commit d6a2f2959d
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -106,6 +106,10 @@
<td>Last cron job</td> <td>Last cron job</td>
<td>{{ app.last_cronjob }} ({{ app.last_cronjob_ago }})</td> <td>{{ app.last_cronjob }} ({{ app.last_cronjob_ago }})</td>
</tr> </tr>
<tr>
<td>Mailer</td>
<td>{{ config('mail.default') }}</td>
</tr>
</tbody> </tbody>
</table> </table>