File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 7878$ app ->register (Radiate \Encryption \EncryptionServiceProvider::class);
7979$ app ->register (Radiate \Foundation \Providers \FormRequestServiceProvider::class);
8080$ app ->register (Radiate \Hashing \HashServiceProvider::class);
81+ $ app ->register (Radiate \JWT \JwtServiceProvider::class);
8182$ app ->register (Radiate \Mail \MailServiceProvider::class);
8283$ app ->register (Radiate \Routing \RoutingServiceProvider::class);
8384$ app ->register (Radiate \Schedule \ScheduleServiceProvider::class);
119120 'Gate ' => \Radiate \Support \Facades \Gate::class,
120121 'Hash ' => \Radiate \Support \Facades \Hash::class,
121122 'Http ' => \Radiate \Support \Facades \Http::class,
123+ 'JWT ' => \Radiate \Support \Facades \JWT ::class,
122124 'Mail ' => \Radiate \Support \Facades \Mail::class,
123125 'Option ' => \Radiate \Support \Facades \Option::class,
124126 'Request ' => \Radiate \Support \Facades \Request::class,
You can’t perform that action at this time.
0 commit comments