Sindbad~EG File Manager

Current Path : /home/webg5288/public_html/laravel_kendal/vendor/filament/actions/src/Concerns/
Upload File :
Current File : /home/webg5288/public_html/laravel_kendal/vendor/filament/actions/src/Concerns/CanBeLabeledFrom.php

<?php

namespace Filament\Actions\Concerns;

use Closure;

trait CanBeLabeledFrom
{
    protected string | Closure | null $labeledFrom = null;

    public function labeledFrom(string | Closure | null $breakpoint = null): static
    {
        $this->labeledFrom = $breakpoint;

        return $this;
    }

    public function getLabeledFromBreakpoint(): ?string
    {
        return $this->evaluate($this->labeledFrom);
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists