Skip to content

Commit

Permalink
Revert "wip"
Browse files Browse the repository at this point in the history
This reverts commit 4563c74.
  • Loading branch information
duncanmcclean committed Nov 20, 2024
1 parent 749bd8f commit 23dea4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ private function registerFormSubmissions()
if (config($usingOldConfigKeys ? 'statamic.eloquent-driver.forms.driver' : 'statamic.eloquent-driver.form_submissions.driver', 'file') != 'eloquent') {
return;
}

Statamic::repository(FormSubmissionRepositoryContract::class, SubmissionRepository::class);

$this->app->bind('statamic.eloquent.form_submissions.model', function () use ($usingOldConfigKeys) {
Expand Down

0 comments on commit 23dea4b

Please sign in to comment.