File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function boot()
28
28
// Allow migrations publish
29
29
if (! class_exists ('AddTimezoneColumnToUsersTable ' )) {
30
30
$ this ->publishes ([
31
- __DIR__ . '/database/migrations/add_timezone_column_to_users_table.php.stub ' => database_path ('/migrations/ ' . date ('Y_m_d_His ' ) . '_add_timezone_column_to_users_table.php ' ),
31
+ __DIR__ . '/database/migrations/add_timezone_column_to_users_table.php.stub ' => database_path ('/migrations/ ' . date ('Y_m_d_His ' ) . '_add_timezone_column_to_users_table.php ' ),
32
32
], 'migrations ' );
33
33
}
34
34
@@ -40,7 +40,7 @@ public function boot()
40
40
41
41
// Allow config publish
42
42
$ this ->publishes ([
43
- __DIR__ . '/config/timezone.php ' => config_path ('timezone.php ' ),
43
+ __DIR__ . '/config/timezone.php ' => config_path ('timezone.php ' ),
44
44
], 'config ' );
45
45
46
46
// Register a blade directive to show user date/time in their timezone
@@ -73,5 +73,4 @@ public function register()
73
73
{
74
74
$ this ->app ->bind ('timezone ' , Timezone::class);
75
75
}
76
-
77
76
}
You can’t perform that action at this time.
0 commit comments