Created
October 28, 2016 23:04
-
-
Save raank/d3f868a3cce5c3f73a9290dcba353bd9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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