Skip to content

Instantly share code, notes, and snippets.

@raank
Created October 28, 2016 23:04
Show Gist options
  • Save raank/d3f868a3cce5c3f73a9290dcba353bd9 to your computer and use it in GitHub Desktop.
Save raank/d3f868a3cce5c3f73a9290dcba353bd9 to your computer and use it in GitHub Desktop.
<?php
class Teste extends Model
{
protected $appends = [ 'num_processo' ];
function getNumProcessoAttribute() {
return $this->attributes['numero'];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment