mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-22 14:36:57 +01:00
16 lines
216 B
PHP
16 lines
216 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Created by PhpStorm.
|
||
|
* User: jeroen
|
||
|
* Date: 11/02/19
|
||
|
* Time: 15:56
|
||
|
*/
|
||
|
|
||
|
namespace JeroenED\Libpairtwo;
|
||
|
|
||
|
use JeroenED\Libpairtwo\Models\Pairing as PairingModel;
|
||
|
|
||
|
class Pairing extends PairingModel
|
||
|
{
|
||
|
|
||
|
}
|