Skip to content

Commit b7c56e2

Browse files
committed
fixing error config publish
1 parent 9fa04eb commit b7c56e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RepositoryServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function register()
3131
$this->bindAllRepositories();
3232
$this->bindAllServices();
3333
} else {
34-
Artisan::call('vendor:publish --provider="LaravelEasyRepository\LaravelEasyRepositoryServiceProvider" --tag="easy-repository-config"');
34+
echo "Please publish config easy repository";
3535
}
3636
}
3737

0 commit comments

Comments
 (0)