Skip to content

Commit f8c17d9

Browse files
committed
fix(config): Clean some non default tables on except array
1 parent cd266d4 commit f8c17d9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

config/models.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
| Base Files
162162
|--------------------------------------------------------------------------
163163
|
164-
| By default, your models will be generated in your models' path, but
164+
| By default, your models will be generated in your models path, but
165165
| when you generate them again they will be replaced by new ones.
166166
| You may want to customize your models and, at the same time, be
167167
| able to generate them as your tables change. For that, you
@@ -254,7 +254,7 @@
254254
|--------------------------------------------------------------------------
255255
|
256256
| You may want to specify which of your table fields should be cast as
257-
| something different from a string. For instance, you may want a
257+
| something other than a string. For instance, you may want a
258258
| text field be cast as an array or and object.
259259
|
260260
| You may define column patterns which will be cast using the value
@@ -284,13 +284,7 @@
284284
'failed_jobs',
285285
'password_resets',
286286
'personal_access_tokens',
287-
'notifications',
288-
'nova_field_attachments',
289-
'nova_notifications',
290-
'nova_pending_field_attachments',
291-
'telescope_entries',
292-
'telescope_entries_tags',
293-
'telescope_monitoring',
287+
'password_reset_tokens',
294288
],
295289

296290
/*

0 commit comments

Comments
 (0)