Skip to content
Snippets Groups Projects
Commit 26b08044 authored by PERCIN Cahit's avatar PERCIN Cahit
Browse files

preparation seance 2

parent 11ffccbc
Branches
No related tags found
No related merge requests found
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "cc18e66e95cadfdfa2cb91becd1b4524", "content-hash": "cc18e66e95cadfdfa2cb91becd1b4524",
"packages": [ "packages": [
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "1.3.1", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.2" "phpunit/phpunit": "^6.2"
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -42,10 +42,6 @@ ...@@ -42,10 +42,6 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
...@@ -54,6 +50,10 @@ ...@@ -54,6 +50,10 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2019-10-30T19:59:35+00:00" "time": "2017-07-22T12:18:28+00:00"
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
...@@ -632,42 +632,36 @@ ...@@ -632,42 +632,36 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.4.5", "version": "v3.4.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "0a19a77fba20818a969ef03fdaf1602de0546353" "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/0a19a77fba20818a969ef03fdaf1602de0546353", "url": "https://api.github.com/repos/symfony/translation/zipball/1eb074e0bd94939a30dd14dbecf7a92b165cea34",
"reference": "0a19a77fba20818a969ef03fdaf1602de0546353", "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0"
"symfony/translation-contracts": "^1.1.6|^2"
}, },
"conflict": { "conflict": {
"symfony/config": "<3.4", "symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4" "symfony/yaml": "<3.4"
}, },
"provide": {
"symfony/translation-implementation": "1.0"
},
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0", "symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "~3.4|~4.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/finder": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0", "symfony/http-kernel": "~3.4|~4.0",
"symfony/http-kernel": "^4.4", "symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/intl": "^3.4|^4.0|^5.0", "symfony/var-dumper": "~3.4|~4.0",
"symfony/service-contracts": "^1.1.2|^2", "symfony/yaml": "~3.4|~4.0"
"symfony/yaml": "^3.4|^4.0|^5.0"
}, },
"suggest": { "suggest": {
"psr/log-implementation": "To use logging capability in translator", "psr/log-implementation": "To use logging capability in translator",
...@@ -677,7 +671,7 @@ ...@@ -677,7 +671,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4-dev" "dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -704,64 +698,7 @@ ...@@ -704,64 +698,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-02-04T09:32:40+00:00" "time": "2020-02-04T07:22:30+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"shasum": ""
},
"require": {
"php": "^7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-18T17:27:11+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
......
File moved
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "f3df5191784ad7db53f1bdc559097748", "content-hash": "f3df5191784ad7db53f1bdc559097748",
"packages": [ "packages": [
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
"version": "1.3.1", "version": "v1.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/inflector.git", "url": "https://github.com/doctrine/inflector.git",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1" "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1", "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1" "php": "^7.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^6.2" "phpunit/phpunit": "^6.2"
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.3.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -42,10 +42,6 @@ ...@@ -42,10 +42,6 @@
"MIT" "MIT"
], ],
"authors": [ "authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Roman Borschel", "name": "Roman Borschel",
"email": "roman@code-factory.org" "email": "roman@code-factory.org"
...@@ -54,6 +50,10 @@ ...@@ -54,6 +50,10 @@
"name": "Benjamin Eberlei", "name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de" "email": "kontakt@beberlei.de"
}, },
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{ {
"name": "Jonathan Wage", "name": "Jonathan Wage",
"email": "jonwage@gmail.com" "email": "jonwage@gmail.com"
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
"singularize", "singularize",
"string" "string"
], ],
"time": "2019-10-30T19:59:35+00:00" "time": "2017-07-22T12:18:28+00:00"
}, },
{ {
"name": "illuminate/container", "name": "illuminate/container",
...@@ -541,42 +541,36 @@ ...@@ -541,42 +541,36 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v4.4.5", "version": "v3.4.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "0a19a77fba20818a969ef03fdaf1602de0546353" "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/0a19a77fba20818a969ef03fdaf1602de0546353", "url": "https://api.github.com/repos/symfony/translation/zipball/1eb074e0bd94939a30dd14dbecf7a92b165cea34",
"reference": "0a19a77fba20818a969ef03fdaf1602de0546353", "reference": "1eb074e0bd94939a30dd14dbecf7a92b165cea34",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3", "php": "^5.5.9|>=7.0.8",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0"
"symfony/translation-contracts": "^1.1.6|^2"
}, },
"conflict": { "conflict": {
"symfony/config": "<3.4", "symfony/config": "<2.8",
"symfony/dependency-injection": "<3.4", "symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4" "symfony/yaml": "<3.4"
}, },
"provide": {
"symfony/translation-implementation": "1.0"
},
"require-dev": { "require-dev": {
"psr/log": "~1.0", "psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0", "symfony/config": "~2.8|~3.0|~4.0",
"symfony/console": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "~3.4|~4.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/finder": "~2.8|~3.0|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0", "symfony/http-kernel": "~3.4|~4.0",
"symfony/http-kernel": "^4.4", "symfony/intl": "^2.8.18|^3.2.5|~4.0",
"symfony/intl": "^3.4|^4.0|^5.0", "symfony/var-dumper": "~3.4|~4.0",
"symfony/service-contracts": "^1.1.2|^2", "symfony/yaml": "~3.4|~4.0"
"symfony/yaml": "^3.4|^4.0|^5.0"
}, },
"suggest": { "suggest": {
"psr/log-implementation": "To use logging capability in translator", "psr/log-implementation": "To use logging capability in translator",
...@@ -586,7 +580,7 @@ ...@@ -586,7 +580,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4-dev" "dev-master": "3.4-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -613,64 +607,7 @@ ...@@ -613,64 +607,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-02-04T09:32:40+00:00" "time": "2020-02-04T07:22:30+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
"shasum": ""
},
"require": {
"php": "^7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-18T17:27:11+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
......
<?php <?php
require 'vendor/autoload.php'; require 'vendor/autoload.php';
use Illuminate\Database\Capsule\Manager as DB; use Illuminate\Database\Capsule\Manager as DB;
use prep\models\annonce; use prep\models\Annonce;
use prep\models\photo; use prep\models\Photo;
use prep\models\categorie; use prep\models\Categorie;
$db = new DB(); $db = new DB();
$db->addConnection(parse_ini_file('./conf/conf.ini'));
$db->setAsGlobal();
$db->bootEloquent();
$un = photo::where('ida', '=', 22)->get(); $un = Photo::where('idannonce', '=', 22)->get();
$deux = photo::where('ida', '=', 22)->where('taille_octet', '>', 100000)->get(); foreach ($un as $l) {
echo 'Id :' . $l->idphoto . '<br>';
echo '<br>';
}
$quatre = annonce::photo()->where('taille_octet', '>', 100000)->get(); $deux = Photo::where([
['idannonce', '=', 22],
['taille_octet', '>', 100000],
])->get();
$ajoutphoto = new photo;
$ajoutphoto->file='test'; foreach ($deux as $l) {
$ajoutphoto->date=date('Y/m/d'); echo 'Id :' . $l->idphoto . '<br>';
$ajoutphoto->taille_octet=1000000; echo '<br>';
$ajoutphoto->save(); }
//$quatre = Annonce::photo()->where('taille_octet', '>', 100000)->get();
//$ajoutphoto = new Photo();
//$ajoutphoto->file='test';
//$ajoutphoto->date=date('Y/m/d');
//$ajoutphoto->taille_octet=1000000;
//$ajoutphoto->save();
-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Hôte : localhost
-- Généré le : mer. 04 mars 2020 à 09:27
-- Version du serveur : 5.5.64-MariaDB
-- Version de PHP : 7.0.33
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Base de données : `percin4u`
--
-- --------------------------------------------------------
--
-- Structure de la table `annonce`
--
CREATE TABLE `annonce` (
`idannonce` int(11) NOT NULL,
`titre` varchar(128) NOT NULL,
`date` datetime DEFAULT NULL,
`descr` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `categorie`
--
CREATE TABLE `categorie` (
`idcategorie` int(11) NOT NULL,
`nom` varchar(128) NOT NULL,
`descr` longtext
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `categorie_annonce`
--
CREATE TABLE `categorie_annonce` (
`idcategorie` int(11) NOT NULL,
`idannonce` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- --------------------------------------------------------
--
-- Structure de la table `photo`
--
CREATE TABLE `photo` (
`idphoto` int(11) NOT NULL,
`idannonce` int(11) NOT NULL,
`file` varchar(128) NOT NULL,
`date` datetime DEFAULT NULL,
`taille_octet` varchar(128) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
--
-- Index pour les tables déchargées
--
--
-- Index pour la table `annonce`
--
ALTER TABLE `annonce`
ADD PRIMARY KEY (`idannonce`);
--
-- Index pour la table `categorie`
--
ALTER TABLE `categorie`
ADD PRIMARY KEY (`idcategorie`);
--
-- Index pour la table `categorie_annonce`
--
ALTER TABLE `categorie_annonce`
ADD PRIMARY KEY (`idcategorie`,`idannonce`),
ADD KEY `idannonce` (`idannonce`);
--
-- Index pour la table `photo`
--
ALTER TABLE `photo`
ADD PRIMARY KEY (`idphoto`),
ADD KEY `idannonce` (`idannonce`);
--
-- AUTO_INCREMENT pour les tables déchargées
--
--
-- AUTO_INCREMENT pour la table `annonce`
--
ALTER TABLE `annonce`
MODIFY `idannonce` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `categorie`
--
ALTER TABLE `categorie`
MODIFY `idcategorie` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT pour la table `photo`
--
ALTER TABLE `photo`
MODIFY `idphoto` int(11) NOT NULL AUTO_INCREMENT;
--
-- Contraintes pour les tables déchargées
--
--
-- Contraintes pour la table `categorie_annonce`
--
ALTER TABLE `categorie_annonce`
ADD CONSTRAINT `categorie_annonce_ibfk_1` FOREIGN KEY (`idannonce`) REFERENCES `annonce` (`idannonce`),
ADD CONSTRAINT `categorie_annonce_ibfk_2` FOREIGN KEY (`idcategorie`) REFERENCES `categorie` (`idcategorie`);
--
-- Contraintes pour la table `photo`
--
ALTER TABLE `photo`
ADD CONSTRAINT `photo_ibfk_1` FOREIGN KEY (`idannonce`) REFERENCES `annonce` (`idannonce`);
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
...@@ -2,18 +2,16 @@ ...@@ -2,18 +2,16 @@
namespace prep\models; namespace prep\models;
class annonce extends \Illuminate\Database\Eloquent\Model { class Annonce extends \Illuminate\Database\Eloquent\Model {
protected $table = 'annonce'; protected $table = 'annonce';
protected $primaryKey = 'id'; protected $primaryKey = 'idannonce';
public $timestamps = false; public $timestamps = false;
public function categorie(){ public function categorie(){
$s = 'id_cat'; return $this->belongsToMany('\prep\models\categorie', 'categorie', 'idcategorie');
return $this->belongsToMany('\mywishlist\models\categorie', $s);
} }
public function photo(){ public function photo(){
$s = 'idannonce'; return $this->hasmany('\prep\models\photo', 'idannonce');
return $this->hasmany('\mywishlist\models\photo', $s);
} }
} }
...@@ -2,14 +2,13 @@ ...@@ -2,14 +2,13 @@
namespace prep\models; namespace prep\models;
class categorie extends \Illuminate\Database\Eloquent\Model { class Categorie extends \Illuminate\Database\Eloquent\Model {
protected $table = 'categorie'; protected $table = 'categorie';
protected $primaryKey = 'id'; protected $primaryKey = 'id';
public $timestamps = false; public $timestamps = false;
public function annonce(){ public function annonce(){
$s = 'id_cat'; return $this->belongsToMany('\prep\models\photo', 'annonce','idannonce');
return $this->hasmany('\mywishlist\models\photo', $s);
} }
} }
...@@ -2,13 +2,12 @@ ...@@ -2,13 +2,12 @@
namespace prep\models; namespace prep\models;
class photo extends \Illuminate\Database\Eloquent\Model { class Photo extends \Illuminate\Database\Eloquent\Model {
protected $table = 'annonce'; protected $table = 'photo';
protected $primaryKey = 'id'; protected $primaryKey = 'idphoto';
public $timestamps = false; public $timestamps = false;
public function categorie(){ public function categorie(){
$s = 'idannonce'; return $this->belongsTo('\prep\models\annonce', 'idannonce');
return $this->belongsTo('\mywishlist\models\annonce', $s);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment