Skip to content

Conversation

@mihaisolomon
Copy link
Collaborator

No description provided.

@mihaisolomon mihaisolomon added enhancement New feature or request help wanted Extra attention is needed labels May 5, 2024
@crimsonstrife
Copy link

Saw your issue here: filamentphp/filament#13931

I found that adding an override of the getFormStatePath() to the class using the InteractsWithForms trait resolved the error.

In your case I think you would need to add the following to ViewTicket.php and anywhere else you're implementing that.

/**
     * Overrides the getFormStatePath method to set its access level to public.
     *
     * @return string
     */
    public function getFormStatePath(): string
    {
        return 'form';
    }

@ShivamGajjar-9
Copy link

Hey there, I like your project and want to implement it as my College project, but I am facing issues with the running code as it is based on Laravel. Can you help me with it?

@samgdev99
Copy link

Hi everyone, is this project still active?

@heloufir
Copy link
Contributor

@samgdev99 nope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants