Skip to content

Commit

Permalink
Create FacturaReporte.php
Browse files Browse the repository at this point in the history
  • Loading branch information
gogl92 authored Oct 31, 2018
1 parent 9c370b2 commit 0b1828b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/models/FacturaReporte.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: gogl92
* Date: 31/10/18
* Time: 12:30 PM
*/

namespace inquid\facturacom\models;
use yii\base\Model;

class FacturaReporte extends Model
{
public $RazonSocialReceptor;
}

0 comments on commit 0b1828b

Please sign in to comment.