Learner\Repositories\Eloquent\CategoryRepository::findImageById PHP Méthode

findImageById() public méthode

Find image path by id.
public findImageById ( integer $id ) : string
$id integer
Résultat string
    public function findImageById($id)
    {
        return array_get($this->findById($id), 'image');
    }