Skip to content

Instantly share code, notes, and snippets.

@AhmadWaleed
Last active May 26, 2019 08:16
Show Gist options
  • Select an option

  • Save AhmadWaleed/05e6b0e5aa72b11db117cc623f0e6eeb to your computer and use it in GitHub Desktop.

Select an option

Save AhmadWaleed/05e6b0e5aa72b11db117cc623f0e6eeb to your computer and use it in GitHub Desktop.
Post extends Model
{
  public function publish()
  {
    $this->published_at = now();
    $this->save();
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment