Team-Tea-Time / laravel-forum

A slim, lean forum package designed for quick and easy integration in Laravel projects
https://laravel-forum.teamteatime.net/
MIT License
601 stars 165 forks source link

Add support for user tables with string-based PKs #357

Closed Riari closed 9 months ago

Riari commented 9 months ago

This PR enables the package tables and models to reference the application user correctly by matching the user table's primary key type.

See #356 for related discussion.