. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. namespace App\Models\Store; /** * @property \Carbon\Carbon|null $created_at * @property int $id * @property int $product_id * @property \Carbon\Carbon|null $updated_at * @property int $user_id */ class NotificationRequest extends Model { }