boot() 공개 메소드

Bootstrap the application events.
public boot ( )
예제 #1
0
 /** @test */
 public function it_loads_module_translations()
 {
     $this->module->boot();
     $this->assertEquals('Recipe', trans('recipe::recipes.title.recipes'));
 }