Post extends Model
{
public function publish()
{
$this->published_at = now();
$this->save();
}
}
Last active
May 26, 2019 08:16
-
-
Save AhmadWaleed/05e6b0e5aa72b11db117cc623f0e6eeb to your computer and use it in GitHub Desktop.