v.2.4 RestoreShift

This commit is contained in:
miroman-afk
2022-01-10 02:28:28 +03:00
parent 7438ebef78
commit 0209970fe1
13 changed files with 306 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Component\Models;
use Illuminate\Database\Eloquent\Model;
class ExchangeActions extends Model {
protected $table = 'exchange_actions';
}