Closed dillingham closed 2 years ago
The following would benefit from an exception being thrown:
Global search will except a route to click on
class AddressFormation extends Formation { public $detailRouteName = null; }
Route::seeker([ AddressFormation::class, ]);
Route::formation(AddressFormation::class)->only('index')
The following would benefit from an exception being thrown:
Global search will except a route to click on