| Current Path : /home/webg5288/www/laravel_kendal/vendor/filament/support/src/Contracts/ |
| Current File : /home/webg5288/www/laravel_kendal/vendor/filament/support/src/Contracts/HasLabel.php |
<?php
namespace Filament\Support\Contracts;
interface HasLabel
{
public function getLabel(): ?string;
}