mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 21:36:52 +01:00 
			
		
		
		
	 1c1c8c0cc6
			
		
	
	
		1c1c8c0cc6
		
			
		
	
	
	
	
		
			
			* Remove deploy.locations from validator * Change location data to optional for backwards compat * Better styling * Add back comma to follow coding style * Remove EventServiceProvider from providers file Fixes duplicated auth messages in the client Activity tab. * Add null check on $model->actor Prevents the client Activity tab page from breaking when an authentication attempt has failed. * Proper type checking on $model->actor Chose instanceof as it seems to be the best in terms of type safety. Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com> * Revert removal of EventServiceProvider * Remove subscription of AuthenticationListener * Remove subscriptions for auth events * Remove unused import Dispatcher * Remove unused import AuthenticationListener --------- Co-authored-by: MartinOscar <40749467+RMartinOscar@users.noreply.github.com>
		
			
				
	
	
		
			13 lines
		
	
	
		
			423 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			423 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     App\Providers\ActivityLogServiceProvider::class,
 | |
|     App\Providers\AppServiceProvider::class,
 | |
|     App\Providers\BackupsServiceProvider::class,
 | |
|     App\Providers\EventServiceProvider::class,
 | |
|     App\Providers\Filament\AdminPanelProvider::class,
 | |
|     App\Providers\RouteServiceProvider::class,
 | |
|     App\Providers\ViewComposerServiceProvider::class,
 | |
|     SocialiteProviders\Manager\ServiceProvider::class,
 | |
| ];
 |