We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664d155 commit e128480Copy full SHA for e128480
tests/Feature/Middleware/HandleNotFoundTest.php
@@ -124,6 +124,8 @@ public function it_redirects_and_sets_handled_if_a_redirect_is_found_with_eloque
124
(new \CreateRedirectRedirectsTable())->up();
125
require_once(__DIR__ . '/../../../database/migrations/add_description_to_redirect_redirects_table.php.stub');
126
(new \AddDescriptionToRedirectRedirectsTable())->up();
127
+ require_once(__DIR__ . '/../../../database/migrations/increase_redirect_redirects_table_url_length.php.stub');
128
+ (new \IncreaseRedirectRedirectsTableUrlLength())->up();
129
130
app()->singleton(RedirectRepository::class, function () {
131
return new \Rias\StatamicRedirect\Eloquent\Redirects\RedirectRepository(app('stache'));
0 commit comments