mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-06-08 13:35:30 +02:00
10 lines
175 B
PHP
10 lines
175 B
PHP
<?php
|
|
|
|
namespace AdService\SiteConfig;
|
|
|
|
class Lbc extends AbstractSiteConfig
|
|
{
|
|
protected $site_name = "LeBonCoin";
|
|
protected $site_url = "https://www.leboncoin.fr";
|
|
}
|