| Current Path : /var/www/podiomigration.bitkit.dk/httpdocs/src/classes/Repository/General/ |
| Current File : /var/www/podiomigration.bitkit.dk/httpdocs/src/classes/Repository/General/GenMongoModel.php |
<?php namespace App\Repository\General;
/**
* Created by PhpStorm.
* User: jis
* Date: 27/12/16
* Time: 12:44 PM
*/
class GenMongoModel extends JModel
{
public function __construct($table)
{
parent::__construct(array("table" => $table));
}
}