Seeder::setPath PHP Method

setPath() public method

Set path for seeder files
public setPath ( string $path )
$path string
    public function setPath($path)
    {
        $this->seedPath = rtrim($path, '/') . '/';
    }