getAssetsPath() public method

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