File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ Input | [Illuminate\Http\Request](http://laravel.com/api/4.1/Illuminate/Http/R
136
136
Lang | [ Illuminate\Translation\Translator] ( http://laravel.com/api/4.1/Illuminate/Translation/Translator.html ) | ` translator `
137
137
Log | [ Illuminate\Log\Writer] ( http://laravel.com/api/4.1/Illuminate/Log/Writer.html ) | ` log `
138
138
Mail | [ Illuminate\Mail\Mailer] ( http://laravel.com/api/4.1/Illuminate/Mail/Mailer.html ) | ` mailer `
139
- Paginator | [ Illuminate\Pagination\Factory ] ( http://laravel.com/api/4.1/Illuminate/Pagination/Factory .html ) | ` paginator `
139
+ Paginator | [ Illuminate\Pagination\Environment ] ( http://laravel.com/api/4.1/Illuminate/Pagination/Environment .html ) | ` paginator `
140
140
Paginator (Olgu) | [ Illuminate\Pagination\Paginator] ( http://laravel.com/api/4.1/Illuminate/Pagination/Paginator.html ) |
141
141
Password | [ Illuminate\Auth\Reminders\PasswordBroker] ( http://laravel.com/api/4.1/Illuminate/Auth/Reminders/PasswordBroker.html ) | ` auth.reminder `
142
142
Queue | [ Illuminate\Queue\QueueManager] ( http://laravel.com/api/4.1/Illuminate/Queue/QueueManager.html ) | ` queue `
@@ -155,5 +155,5 @@ SSH (Olgu) | [Illuminate\Remote\Connection](http://laravel.com/api/4.1/Illumin
155
155
URL | [ Illuminate\Routing\UrlGenerator] ( http://laravel.com/api/4.1/Illuminate/Routing/UrlGenerator.html ) | ` url `
156
156
Validator | [ Illuminate\Validation\Factory] ( http://laravel.com/api/4.1/Illuminate/Validation/Factory.html ) | ` validator `
157
157
Validator (Olgu) | [ Illuminate\Validation\Validator] ( http://laravel.com/api/4.1/Illuminate/Validation/Validator.html )
158
- View | [ Illuminate\View\Factory ] ( http://laravel.com/api/4.1/Illuminate/View/Factory .html ) | ` view `
158
+ View | [ Illuminate\View\Environment ] ( http://laravel.com/api/4.1/Illuminate/View/Environment .html ) | ` view `
159
159
View (Olgu) | [ Illuminate\View\View] ( http://laravel.com/api/4.1/Illuminate/View/View.html ) |
Original file line number Diff line number Diff line change 1
1
# Yükseltme Rehberi
2
2
3
- - [ 4.1'den 4.2'ye Yükseltme] ( #upgrade-4.2 )
4
3
- [ 4.1.25 ve Öncesinden 4.1.26'ye Yükseltme] ( #upgrade-4.1.26 )
5
4
- [ 4.0'dan 4.1'e Yükseltme] ( #upgrade-4.1 )
6
5
6
+ <<<<<<< HEAD
7
7
<a name =" upgrade-4.2 " ></a >
8
8
## 4.1'den 4.2'ye Yükseltme
9
9
@@ -49,6 +49,8 @@ Eğer `Illuminate\Pagination\Presenter` sınıfını genişletiyorsanız, `getPa
49
49
50
50
abstract public function getPageLinkWrapper($url, $page, $rel = null);
51
51
52
+ =======
53
+ >>>>>>> origin/4.1
52
54
<a name="upgrade-4.1.26"> </a>
53
55
## 4.1.25 ve Öncesinden 4.1.26'ye Yükseltme
54
56
You can’t perform that action at this time.
0 commit comments