Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 20, 2024
1 parent b3272d7 commit 4563c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ 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 4563c74

Please sign in to comment.