mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 21:56:14 +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;
|
|
} |