Skip to content

Instantly share code, notes, and snippets.

@ilyasozkurt
Created February 27, 2023 21:06
Show Gist options
  • Save ilyasozkurt/e214ea9afc26ceb6543606039c5ce0db to your computer and use it in GitHub Desktop.
Save ilyasozkurt/e214ea9afc26ceb6543606039c5ce0db to your computer and use it in GitHub Desktop.
<?php
class User extends Model
{
const CREATED_AT = 'creation_date';
const UPDATED_AT = 'last_update';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment