added example model #9

Merged
rrise merged 2 commits from feat/example-model into master 2025-10-21 17:23:21 +00:00
Showing only changes of commit 7974667432 - Show all commits

View File

@@ -15,6 +15,9 @@ use Carbon\Carbon;
* @property string $email * @property string $email
* @property string $password * @property string $password
* @property Carbon $created_at * @property Carbon $created_at
*
* @property-read string $full_name
* @property-read string $formatted_email
*/ */
class User extends Model class User extends Model
{ {