mirror of
https://github.com/anikeen-com/id.git
synced 2026-04-28 12:06:32 +00:00
10 lines
150 B
PHP
10 lines
150 B
PHP
<?php
|
|
|
|
namespace Anikeen\Id\Resources;
|
|
|
|
use Anikeen\Id\Concerns\HasBillable;
|
|
|
|
class Transaction extends BaseResource
|
|
{
|
|
use HasBillable;
|
|
} |