Skip to content

Commit 337801f

Browse files
committed
Update LdapAuthServiceProvider.php
1 parent 9cb3a01 commit 337801f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LdapAuthServiceProvider.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ protected function registerMigrations(): void
4343
return;
4444
}
4545

46-
$this->publishesMigrations([
46+
$this->publishes([
4747
__DIR__.'/../database/migrations' => database_path('migrations'),
48-
]);
48+
], 'migrations');
4949
}
5050

5151
/**

0 commit comments

Comments
 (0)