| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | <?php | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | declare(strict_types=1); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle; | 
					
						
							| 
									
										
										
										
											2021-07-19 07:30:14 +01:00
										 |  |  | use Opdavies\Sculpin\Bundle\TwigMarkdownBundle\SculpinTwigMarkdownBundle; | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  | use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | final class SculpinKernel extends AbstractKernel | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  |     /** | 
					
						
							|  |  |  |      * {@inheritdoc} | 
					
						
							|  |  |  |      */ | 
					
						
							|  |  |  |     protected function getAdditionalSculpinBundles(): array | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |         return [ | 
					
						
							|  |  |  |             SculpinGistEmbedBundle::class, | 
					
						
							| 
									
										
										
										
											2021-07-19 07:30:14 +01:00
										 |  |  |             SculpinTwigMarkdownBundle::class, | 
					
						
							| 
									
										
										
										
											2021-06-30 08:00:00 +01:00
										 |  |  |         ]; | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  | } |