| 1 | <?php |
||
| 13 | trait AsPointable |
||
| 14 | { |
||
| 15 | |||
| 16 | public static function bootAsPointable() |
||
| 25 | |||
| 26 | // public function registerMediaConversions(Media $media = null) |
||
| 27 | // { |
||
| 28 | // $this->addMediaConversion('thumb') |
||
| 29 | // ->width(50) |
||
| 30 | // ->height(50); |
||
| 31 | // } |
||
| 32 | |||
| 33 | // /** |
||
| 34 | // * @return \Illuminate\Database\Eloquent\Relations\HasMany |
||
| 35 | // */ |
||
| 36 | // public function photos() |
||
| 37 | // { |
||
| 38 | // return $this-->getMedia(); |
||
| 39 | // } |
||
| 40 | } |
||
| 41 |