Make organization output use belongsTo

This commit is contained in:
Dennis Eichhorn 2017-07-27 20:38:07 +02:00
parent 1eacd7b87f
commit b6abb8a0c8

29
Models/NullProfile.php Normal file
View File

@ -0,0 +1,29 @@
<?php
/**
* Orange Management
*
* PHP Version 7.1
*
* @category TBD
* @package TBD
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Profile\Models;
/**
* Account class.
*
* @category Modules
* @package Modules\Admin
* @license OMS License 1.0
* @link http://orange-management.com
* @since 1.0.0
*/
class NullProfile extends Profile
{
}