mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
commit
e6d6444911
@ -28,7 +28,11 @@ class AdvModel extends AdvsAdvsEntryModel implements AdvInterface
|
|||||||
|
|
||||||
public function getDetailUrlAttribute()
|
public function getDetailUrlAttribute()
|
||||||
{
|
{
|
||||||
return $this->getAdvDetailLinkByModel($this, 'list');
|
// Checking for slug
|
||||||
|
if($this->attributes)
|
||||||
|
{
|
||||||
|
return $this->getAdvDetailLinkByModel($this, 'list');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getCurrencyPriceAttribute()
|
public function getCurrencyPriceAttribute()
|
||||||
|
|||||||
@ -83,7 +83,8 @@
|
|||||||
"wikimedia/composer-merge-plugin": "2.*",
|
"wikimedia/composer-merge-plugin": "2.*",
|
||||||
"pusher/pusher-php-server": "^5.0",
|
"pusher/pusher-php-server": "^5.0",
|
||||||
"simplepie/simplepie": "^1.5.0",
|
"simplepie/simplepie": "^1.5.0",
|
||||||
"guzzlehttp/guzzle": "^7.3"
|
"guzzlehttp/guzzle": "^7.3",
|
||||||
|
"visiosoft/connect-module": "^1.0"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"anomaly/streams-platform": "*"
|
"anomaly/streams-platform": "*"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user