rocket-a


git -C '/home/opc/rocketa.git' show df26125 -- app/Models/La/PostbackSamples.php

commit df26125a6073a9e4567aa83b75d56071daa471bd
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Wed Nov 19 17:33:59 2025 +0900

    翻訳文字追加
    テストセンター機能修正(実際のMMPのポストバックに近い形式でテストできるよう修正+デザインの修正)

diff --git a/app/Models/La/PostbackSamples.php b/app/Models/La/PostbackSamples.php
new file mode 100644
index 0000000..e8b7fda
--- /dev/null
+++ b/app/Models/La/PostbackSamples.php
@@ -0,0 +1,25 @@
+<?php
+
+namespace App\Models\La;
+
+use Illuminate\Database\Eloquent\Model;
+
+class PostbackSamples extends Model
+{
+    protected $connection = 'mysql';
+
+    protected $primaryKey = 'id';
+
+    protected $table = 'postback_samples';
+
+    protected $guarded = [
+        'id',
+        'created_at',
+        'updated_at',
+    ];
+
+    public $timestamps = false;
+
+    const CREATED_AT = null;
+    const UPDATED_AT = null;
+}

diff.txt · 最終更新: by root