Sleimanx2\Plastic\Console\Mapping\BaseCommand::getMappingPath PHP 메소드

getMappingPath() 공개 메소드

Return the full mappings directory path.
public getMappingPath ( ) : string
리턴 string
    public function getMappingPath()
    {
        return $this->laravel->databasePath() . DIRECTORY_SEPARATOR . 'mappings';
    }
BaseCommand