Commit b4456474 authored by Kévin Bargoin's avatar Kévin Bargoin

Fix PHPDoc

parent cb59979a
...@@ -45,7 +45,9 @@ abstract class Model extends \Jenssegers\Eloquent\Model { ...@@ -45,7 +45,9 @@ abstract class Model extends \Jenssegers\Eloquent\Model {
/** /**
* Custom accessor for the model's id. * Custom accessor for the model's id.
* *
* @return string * @param mixed $value
*
* @return mixed
*/ */
public function getIdAttribute($value) public function getIdAttribute($value)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment