Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Default Sheet Class Path #72

Merged
merged 1 commit into from
Jul 27, 2023
Merged

Conversation

akr4m
Copy link
Contributor

@akr4m akr4m commented Jul 26, 2023

This pull request addresses a modification in the default sheet class path in the configuration. Previously, the path was set to the App\Post::class directory. This PR changes the path to point towards the App\Models\Post::class directory.

This change ensures that the sheet class path aligns with the Laravel 8.x and onwards standard directory structure where the models are kept in a separate directory named 'Models' inside the 'App' directory.

The modification does not affect any existing functionality and ensures better compliance with the Laravel directory structure convention. Please review and merge if everything looks good.

@akr4m akr4m changed the title Changed: default sheet class path to model directory Update Default Sheet Class Path Jul 26, 2023
@sebastiandedeyne sebastiandedeyne merged commit ce653c3 into spatie:main Jul 27, 2023
@sebastiandedeyne
Copy link
Member

sebastiandedeyne commented Jul 27, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants