Skip to content

Commit 3e0d2e5

Browse files
Merge pull request #252 from alibori/v1.x
Add few tables on the except array, Fix some typo errors
2 parents b283b30 + f8c17d9 commit 3e0d2e5

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

config/models.php

+10-6
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
| TRUE: Schema name will be prepended on the table
212212
| FALSE:Table name will be set without schema name.
213213
| NULL: Table name will follow laravel pattern,
214-
| i.e if class name(plural) matches table name, then table name will not be added
214+
| i.e. if class name(plural) matches table name, then table name will not be added
215215
*/
216216

217217
'qualified_tables' => false,
@@ -253,11 +253,11 @@
253253
| Casts
254254
|--------------------------------------------------------------------------
255255
|
256-
| You may want to specify which of your table fields should be casted as
257-
| something different than a string. For instance, you may want a
258-
| text field be casted as an array or and object.
256+
| You may want to specify which of your table fields should be cast as
257+
| something other than a string. For instance, you may want a
258+
| text field be cast as an array or and object.
259259
|
260-
| You may define column patterns which will be casted using the value
260+
| You may define column patterns which will be cast using the value
261261
| assigned. We have defined some fields for you. Feel free to
262262
| modify them to fit your needs.
263263
|
@@ -281,6 +281,10 @@
281281

282282
'except' => [
283283
'migrations',
284+
'failed_jobs',
285+
'password_resets',
286+
'personal_access_tokens',
287+
'password_reset_tokens',
284288
],
285289

286290
/*
@@ -416,7 +420,7 @@
416420
|--------------------------------------------------------------------------
417421
| Move $fillable property to base files
418422
|--------------------------------------------------------------------------
419-
| When base_files is true you can set fillable_in_base_files to true
423+
| When base_files is true you can set fillable_in_base_files to true
420424
| if you want the $fillable to be generated in base files
421425
|
422426
*/

0 commit comments

Comments
 (0)