getAssetsPath() 공개 메소드

Get module assets path.
public getAssetsPath ( ) : string
리턴 string
예제 #1
0
 /** @test */
 public function it_gets_the_assets_path()
 {
     $this->assertEquals(public_path('modules'), $this->repository->getAssetsPath());
 }