Skip to content

Commit f689e3b

Browse files
Merge pull request #37 from Laravel-Lang/1.x
Removed unused migration registration method
2 parents 9dd987a + 8ea3f60 commit f689e3b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/ServiceProvider.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function boot(): void
2020
{
2121
if ($this->app->runningInConsole() || $this->app->runningUnitTests()) {
2222
$this->bootCommands();
23-
$this->bootMigrations();
2423
}
2524
}
2625

@@ -32,13 +31,6 @@ protected function bootCommands(): void
3231
]);
3332
}
3433

35-
protected function bootMigrations(): void
36-
{
37-
$this->loadMigrationsFrom(
38-
__DIR__ . '/../database/migrations'
39-
);
40-
}
41-
4234
protected function registry(): void
4335
{
4436
$this->app->singleton(Registry::class, fn () => new Registry());

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy