Skip to content

Commit 4ff3d25

Browse files
committed
rename class && namespace LaravelBatch to Batch
1 parent ef10d07 commit 4ff3d25

File tree

9 files changed

+317
-316
lines changed

9 files changed

+317
-316
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Insert and update batch (bulk) in laravel
1313
# Service Provider
1414
file app.php in array providers :
1515

16-
`Mavinoo\LaravelBatch\LaravelBatchServiceProvider::class,`
16+
`Mavinoo\Batch\BatchServiceProvider::class,`
1717

1818
# Aliases
1919
file app.php in array aliases :
2020

21-
`'Batch' => Mavinoo\LaravelBatch\LaravelBatchFacade::class,`
21+
`'Batch' => Mavinoo\Batch\BatchFacade::class,`
2222

2323
# Example Update 1
2424

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"authors": [
77
{
88
"name": "Mohammad Ghanbari",
9-
"email": "wordpress.iran@gmail.com"
9+
"email": "mavin.developer@gmail.com"
1010
}
1111
],
1212
"require": {},
1313
"autoload": {
1414
"psr-4": {
15-
"Mavinoo\\LaravelBatch\\": "src/"
15+
"Mavinoo\\Batch\\": "src/"
1616
},
1717
"files": [
1818
"src/Common/Helpers.php"
@@ -21,10 +21,10 @@
2121
"extra": {
2222
"laravel": {
2323
"providers": [
24-
"Mavinoo\\LaravelBatch\\LaravelBatchServiceProvider"
24+
"Mavinoo\\Batch\\ServiceProvider"
2525
],
2626
"aliases": {
27-
"LaravelBatch": "Mavinoo\\LaravelBatch\\LaravelBatchFacade"
27+
"Batch": "Mavinoo\\Batch\\BatchFacade"
2828
}
2929
}
3030
},

0 commit comments

Comments
 (0)