Skip to content

Commit 23dea4b

Browse files
committed
Revert "wip"
This reverts commit 4563c74.
1 parent 749bd8f commit 23dea4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ServiceProvider.php

+1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,7 @@ private function registerFormSubmissions()
389389
if (config($usingOldConfigKeys ? 'statamic.eloquent-driver.forms.driver' : 'statamic.eloquent-driver.form_submissions.driver', 'file') != 'eloquent') {
390390
return;
391391
}
392+
392393
Statamic::repository(FormSubmissionRepositoryContract::class, SubmissionRepository::class);
393394

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

0 commit comments

Comments
 (0)