Files
ntspi-app/app/Ship/Abstracts/Translations/PotentiallyTranslatedString.php
T
2026-03-20 21:47:02 +05:00

11 lines
237 B
PHP
Executable File

<?php
namespace App\Ship\Abstracts\Translations;
use Illuminate\Translation\PotentiallyTranslatedString as LaravelPotentiallyTranslatedString;
abstract class PotentiallyTranslatedString extends LaravelPotentiallyTranslatedString
{
}