We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 945e127 + 2a41097 commit 217eab7Copy full SHA for 217eab7
1 file changed
functions.php
@@ -78,8 +78,10 @@
78
*/
79
80
$app->register(Radiate\Auth\AuthServiceProvider::class);
81
+$app->register(Radiate\Foundation\Providers\FormRequestServiceProvider::class);
82
$app->register(Radiate\Mail\MailServiceProvider::class);
83
$app->register(Radiate\Routing\RoutingServiceProvider::class);
84
+$app->register(Radiate\Validation\ValidationServiceProvider::class);
85
$app->register(Radiate\View\ViewServiceProvider::class);
86
$app->register(Radiate\WordPress\WordPressServiceProvider::class);
87
0 commit comments