Add Turkmen localization and update Filament resources; configure timezone and locale settings
This commit is contained in:
@@ -6,6 +6,14 @@ use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\Relations\HasMany;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
|
||||
/**
|
||||
* @property string $name
|
||||
* @property date $start_date
|
||||
* @property date $end_date
|
||||
* @property Pilgrim[] $pilgrims
|
||||
* @property Carbon $created_at
|
||||
* @property Carbon $updated_at
|
||||
*/
|
||||
class Group extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
Reference in New Issue
Block a user