Skip to content

Commit

Permalink
Update ServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Apr 25, 2021
1 parent bcb2912 commit a4c83d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ServiceProvider extends LaravelServiceProvider

public function boot()
{
if (Socialiter::$runsMigrations()) {
if (Socialiter::$runsMigrations) {
$this->loadMigrationsFrom(__DIR__ . "/../../database/migrations");
}

Expand Down

0 comments on commit a4c83d8

Please sign in to comment.