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