File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 273273 Configuration::updateKey ('fallback ' , $ path ?: getcwd ());
274274
275275 info ('Your Valet fallback path has been updated to ' .($ path === null ? 'the current directory ' : "[ {$ path }] " ).'. ' );
276- })->descriptions ('Set the current working (or specified) directory as the fallback path for uncaught urls ' );
276+ })->descriptions ('Set the current working (or specified) directory as the fallback site path for uncaught urls ' );
277277
278278 /**
279279 * Removes the fallback site path used by Valet.
282282 Configuration::updateKey ('fallback ' , null );
283283
284284 info ('Your Valet fallback path has been removed. ' );
285- })->descriptions ('Remove the fallback site path used for uncaught urls ' );
285+ })->descriptions ('Remove the fallback site path for uncaught urls ' );
286286}
287287
288288/**
You can’t perform that action at this time.
0 commit comments